Unicode Character 'CYRILLIC SMALL LETTER THREE-LEGGED TE' (U+1C85) |
Unicode Data | |
---|---|
Name | CYRILLIC SMALL LETTER THREE-LEGGED TE |
Block | Cyrillic Extended-C |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+0422 |
Title case | U+0422 |
See Also | cyrillic small letter te U+0442 |
Version | Unicode 9.0 (June 2016) |
Encodings | |
---|---|
HTML Entity (decimal) | ᲅ |
HTML Entity (hex) | ᲅ |
How to type in Microsoft Windows | Alt +1C85 |
UTF-8 (hex) | 0xE1 0xB2 0x85 (e1b285) |
UTF-8 (binary) | 11100001:10110010:10000101 |
UTF-16 (hex) | 0x1C85 (1c85) |
UTF-16 (decimal) | 7,301 |
UTF-32 (hex) | 0x00001C85 (1c85) |
UTF-32 (decimal) | 7,301 |
C/C++/Java source code | "\u1C85" |
Python source code | u"\u1C85" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Т |
string.toLowerCase() | ᲅ |
Character.UnicodeBlock | CYRILLIC_EXTENDED_C |
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 |