Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save getadeo/f9fdd92ce858aa4fef8a to your computer and use it in GitHub Desktop.
Save getadeo/f9fdd92ce858aa4fef8a 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