Unicode Character 'LINEAR B IDEOGRAM B184' (U+100BF) |
Unicode Data | |
---|---|
Name | LINEAR B IDEOGRAM B184 |
Block | Linear B Ideograms |
Category | Letter, Other [Lo] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Comments | the shape of this ideogram is only partially known |
Version | Unicode 4.0.0 (April, 2003) |
Encodings | |
---|---|
HTML Entity (decimal) | 𐂿 |
HTML Entity (hex) | 𐂿 |
How to type in Microsoft Windows | Alt +100BF |
UTF-8 (hex) | 0xF0 0x90 0x82 0xBF (f09082bf) |
UTF-8 (binary) | 11110000:10010000:10000010:10111111 |
UTF-16 (hex) | 0xD800 0xDCBF (d800dcbf) |
UTF-16 (decimal) | 55,296 56,511 |
UTF-32 (hex) | 0x000100BF (100bf) |
UTF-32 (decimal) | 65,727 |
C/C++/Java source code | "\uD800\uDCBF" |
Python source code | u"\U000100BF" |
More... |
Java Data | |
---|---|
string.toUpperCase() | 𐂿 |
string.toLowerCase() | 𐂿 |
Character.UnicodeBlock | LINEAR_B_IDEOGRAMS |
Character.charCount() | 2 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 5 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | Yes |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |