Unicode Character 'SMALL ROMAN NUMERAL NINE' (U+2178) |
Unicode Data | |
---|---|
Name | SMALL ROMAN NUMERAL NINE |
Block | Number Forms |
Category | Number, Letter [Nl] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <compat> LATIN SMALL LETTER I (U+0069) LATIN SMALL LETTER X (U+0078) |
Mirror | N |
Numeric | 9 |
Upper case | U+2168 |
Title case | U+2168 |
Approximations | 0069 0078 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ⅸ |
HTML Entity (hex) | ⅸ |
How to type in Microsoft Windows | Alt +2178 |
UTF-8 (hex) | 0xE2 0x85 0xB8 (e285b8) |
UTF-8 (binary) | 11100010:10000101:10111000 |
UTF-16 (hex) | 0x2178 (2178) |
UTF-16 (decimal) | 8,568 |
UTF-32 (hex) | 0x00002178 (2178) |
UTF-32 (decimal) | 8,568 |
C/C++/Java source code | "\u2178" |
Python source code | u"\u2178" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ⅸ |
string.toLowerCase() | ⅸ |
Character.UnicodeBlock | NUMBER_FORMS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 9 |
Character.getType() | 10 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |