Does something exist that can take as input U+0043 and produce as output the letter C, maybe even a small description of the character ( like LATIN CAPITAL LETTER C )?
EDIT: the U+0043 is just an example. I would like a generic solution please, that could work for as many codepoints as possible.
unicodedata.name looks promising. You need a bit of (trivial) parsing, of course, if you have a string input like
U+0043.