Unicode Character 'LATIN LETTER SMALL CAPITAL TURNED M' (U+A7FA) |
Unicode Data | |
---|---|
Name | LATIN LETTER SMALL CAPITAL TURNED M |
Block | Latin Extended-D |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Comments | voiceless closed central vowel |
See Also | latin small letter turned m U+026F cyrillic small letter sha U+0448 |
Version | Unicode 6.0.0 (October 2010) |
Encodings | |
---|---|
HTML Entity (decimal) | ꟺ |
HTML Entity (hex) | ꟺ |
How to type in Microsoft Windows | Alt +A7FA |
UTF-8 (hex) | 0xEA 0x9F 0xBA (ea9fba) |
UTF-8 (binary) | 11101010:10011111:10111010 |
UTF-16 (hex) | 0xA7FA (a7fa) |
UTF-16 (decimal) | 43,002 |
UTF-32 (hex) | 0x0000A7FA (a7fa) |
UTF-32 (decimal) | 43,002 |
C/C++/Java source code | "\uA7FA" |
Python source code | u"\uA7FA" |
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 |