Why is 'U+' used to designate a Unicode code point?

Viewed 21480

Why do Unicode code points appear as U+<codepoint>?

For example, U+2202 represents the character .

Why not U- (dash or hyphen character) or anything else?

4 Answers
Related