One liner to print all of unicode

abemassry        
0 Likes   0 Comments  sh

for i in `bc <<< "obase = 16 ; $(seq 0 65536)" | tr '\n' ' '`; do printf "$i:"; printf "\u$i"; printf '\n'; done | rs -e | less
created with codestagram