Skip to content

Instantly share code, notes, and snippets.

@renzon
Created June 9, 2017 19:55
Show Gist options
  • Save renzon/b12b17dcedee202b4f6d199006fa04ff to your computer and use it in GitHub Desktop.
Save renzon/b12b17dcedee202b4f6d199006fa04ff to your computer and use it in GitHub Desktop.
>>> from unicodedata import name
>>> name('ˆ')
'MODIFIER LETTER CIRCUMFLEX ACCENT'
>>> name('^')
'CIRCUMFLEX ACCENT'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment