How can I get the UTF-8 code Unicode code point 1 of any single character in Python or in the shell?
I’d like to have (see here for distinguishing between "plus" and "full plus" signs):
getUTF8('+')
> U+FF0B
getUTF8('+')
> U+002B
1 Correct terminology, as per the comments.