Unicode Character 'MYANMAR VOWEL SIGN E' (U+1031) |
Unicode Data | |
---|---|
Name | MYANMAR VOWEL SIGN E |
Block | Myanmar |
Category | Mark, Spacing Combining [Mc] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Comments | stands to the left of the consonant |
Variants | U+1031 U+FE00dotted form |
Version | Unicode 3.0.0 (September, 1999) |
Encodings | |
---|---|
HTML Entity (decimal) | ေ |
HTML Entity (hex) | ေ |
How to type in Microsoft Windows | Alt +1031 |
UTF-8 (hex) | 0xE1 0x80 0xB1 (e180b1) |
UTF-8 (binary) | 11100001:10000000:10110001 |
UTF-16 (hex) | 0x1031 (1031) |
UTF-16 (decimal) | 4,145 |
UTF-32 (hex) | 0x00001031 (1031) |
UTF-32 (decimal) | 4,145 |
C/C++/Java source code | "\u1031" |
Python source code | u"\u1031" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ေ |
string.toLowerCase() | ေ |
Character.UnicodeBlock | MYANMAR |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 8 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |