Created
August 2, 2015 20:09
-
-
Save tingletech/6e5584aa19c6bd501770 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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