Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created August 2, 2015 20:09
Show Gist options
  • Save tingletech/6e5584aa19c6bd501770 to your computer and use it in GitHub Desktop.
Save tingletech/6e5584aa19c6bd501770 to your computer and use it in GitHub Desktop.
>>> unicodedata.name(u'Ω')
'GREEK CAPITAL LETTER OMEGA'
>>> unicodedata.name(u'Ω')
'OHM SIGN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment