Unicode Character 'SUPERSCRIPT ONE' (U+00B9) |
Unicode Data | |
---|---|
Name | SUPERSCRIPT ONE |
Block | Latin-1 Supplement |
Category | Number, Other [No] |
Combine | 0 |
BIDI | European Number [EN] |
Decomposition | <super> DIGIT ONE (U+0031) |
Mirror | N |
Numeric | 1 |
Old name | SUPERSCRIPT DIGIT ONE |
Index entries | SUPERSCRIPT ONE ONE, SUPERSCRIPT |
See Also | superscript two U+00B2 superscript three U+00B3 superscript zero U+2070 |
Approximations | <super> 0031 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ¹ |
HTML Entity (hex) | ¹ |
HTML Entity (named) | ¹ |
How to type in Microsoft Windows | Alt +00B9 Alt 0185 |
UTF-8 (hex) | 0xC2 0xB9 (c2b9) |
UTF-8 (binary) | 11000010:10111001 |
UTF-16 (hex) | 0x00B9 (00b9) |
UTF-16 (decimal) | 185 |
UTF-32 (hex) | 0x000000B9 (00B9) |
UTF-32 (decimal) | 185 |
C/C++/Java source code | "\u00B9" |
Python source code | u"\u00B9" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ¹ |
string.toLowerCase() | ¹ |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_EUROPEAN_NUMBER [3] |
Character.getNumericValue() | 1 |
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 |