Skip to content

Instantly share code, notes, and snippets.

@Nymphium
Created May 23, 2014 12:19
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 Nymphium/25fae9830259cea63b38 to your computer and use it in GitHub Desktop.
Save Nymphium/25fae9830259cea63b38 to your computer and use it in GitHub Desktop.
unicode \u0026 ~ \uea60
for i in `seq 0 60000`; do; printf "\u`printf '%#x ' ${i} | sed -e "s/0x//"` "; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment