I have lots of unicode characters codes stored as strings in Python3, e.g.
unicode = '3077'
where U+3077 is ぷ. How do I print this as human-readable text? I.e. how do I convert the string unicode
to unicode_as_text
such that:
>>> print(unicode_as_text)
ぷ