Skip to content

Instantly share code, notes, and snippets.

@abemassry
Created August 8, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abemassry/d15342a6d1ba9dad13df14ca91a9bbc8 to your computer and use it in GitHub Desktop.
Save abemassry/d15342a6d1ba9dad13df14ca91a9bbc8 to your computer and use it in GitHub Desktop.
print unicode
for i in `bc <<< "obase = 16 ; $(seq 0 65536)" | tr '\n' ' '`; do printf "$i:"; printf "\u$i"; printf '\n'; done | rs -e | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment