Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created May 27, 2014 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kennethreitz/7204a51149c45b6332fc to your computer and use it in GitHub Desktop.
Save kennethreitz/7204a51149c45b6332fc to your computer and use it in GitHub Desktop.
$ python3 -c 'from unicodedata import name; print("\n".join("{} {}".format(name(chr(c)),chr(c)) for c in (0x2695,0x2698,0x269A)))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment