public native toUpper() as CodeUnit
Converts a character to uppercase when an uppercase mapping exists.
The uppercase character, or this character when it has no uppercase mapping.
assert `a`.toUpper() == `A`