Unicode Character 'LATIN CAPITAL LETTER TONE TWO' (U+01A7) |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER TONE TWO |
Block | Latin Extended-B |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+01A8 |
See Also | latin letter voiced laryngeal spirant U+1D24 cyrillic capital letter reversed dze U+A644 roman sextula sign U+10193 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Ƨ |
HTML Entity (hex) | Ƨ |
How to type in Microsoft Windows | Alt +01A7 |
UTF-8 (hex) | 0xC6 0xA7 (c6a7) |
UTF-8 (binary) | 11000110:10100111 |
UTF-16 (hex) | 0x01A7 (01a7) |
UTF-16 (decimal) | 423 |
UTF-32 (hex) | 0x000001A7 (01a7) |
UTF-32 (decimal) | 423 |
C/C++/Java source code | "\u01A7" |
Python source code | u"\u01A7" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ƨ |
string.toLowerCase() | ƨ |
Character.UnicodeBlock | LATIN_EXTENDED_B |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 1 |
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() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | Yes |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |