Unicode Character 'LATIN SMALL LETTER REVERSED HALF H' (U+A7F6) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER REVERSED HALF H |
Block | Latin Extended-D |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+A7F5 |
Title case | U+A7F5 |
Comments | the lowercase is not attested in inscriptions but is used by scholars when transcribing |
Version | Unicode 13.0 (March 2020) |
Encodings | |
---|---|
HTML Entity (decimal) | ꟶ |
HTML Entity (hex) | ꟶ |
How to type in Microsoft Windows | Alt +A7F6 |
UTF-8 (hex) | 0xEA 0x9F 0xB6 (ea9fb6) |
UTF-8 (binary) | 11101010:10011111:10110110 |
UTF-16 (hex) | 0xA7F6 (a7f6) |
UTF-16 (decimal) | 42,998 |
UTF-32 (hex) | 0x0000A7F6 (A7F6) |
UTF-32 (decimal) | 42,998 |
C/C++/Java source code | "\uA7F6" |
Python source code | u"\uA7F6" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ꟶ |
string.toLowerCase() | ꟶ |
Character.UnicodeBlock | LATIN_EXTENDED_D |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 2 |
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() | 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 |