Unicode Character 'SUPERSCRIPT TWO' (U+00B2) |
Unicode Data | |
---|---|
Name | SUPERSCRIPT TWO |
Block | Latin-1 Supplement |
Category | Number, Other [No] |
Combine | 0 |
BIDI | European Number [EN] |
Decomposition | <super> DIGIT TWO (U+0032) |
Mirror | N |
Numeric | 2 |
Old name | SUPERSCRIPT DIGIT TWO |
Index entries | squared TWO, SUPERSCRIPT SUPERSCRIPT TWO |
Comments | squared other superscript digit characters: U+2070-U+2079 |
See Also | superscript one U+00B9 |
Approximations | <super> 0032 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ² |
HTML Entity (hex) | ² |
HTML Entity (named) | ² |
How to type in Microsoft Windows | Alt +00B2 Alt 0178 Alt 253 |
UTF-8 (hex) | 0xC2 0xB2 (c2b2) |
UTF-8 (binary) | 11000010:10110010 |
UTF-16 (hex) | 0x00B2 (00b2) |
UTF-16 (decimal) | 178 |
UTF-32 (hex) | 0x000000B2 (00b2) |
UTF-32 (decimal) | 178 |
C/C++/Java source code | "\u00B2" |
Python source code | u"\u00B2" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ² |
string.toLowerCase() | ² |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_EUROPEAN_NUMBER [3] |
Character.getNumericValue() | 2 |
Character.getType() | 11 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | No |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |