binary alnum symbol by 51b(embed)

n='0{,\xbd';main(){for(;n;n/=4)puts("(sym)\x00 (bin)\x00 normal\x00(alnum)"+n%4*7);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page