Unicode Character 'MODIFIER LETTER SMALL TURNED OPEN E' (U+1D4C) |
![]() |
| Unicode Data | |
|---|---|
| Name | MODIFIER LETTER SMALL TURNED OPEN E |
| Block | Phonetic Extensions |
| Category | Letter, Modifier [Lm] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Decomposition | <super> LATIN SMALL LETTER REVERSED OPEN E (U+025C) |
| Mirror | N |
| Comments | more appropriate equivalence would be to U+1D08 |
| Approximations | <super> 025C |
| Version | Unicode 4.0.0 (April, 2003) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | ᵌ |
| HTML Entity (hex) | ᵌ |
| How to type in Microsoft Windows | Alt +1D4C |
| UTF-8 (hex) | 0xE1 0xB5 0x8C (e1b58c) |
| UTF-8 (binary) | 11100001:10110101:10001100 |
| UTF-16 (hex) | 0x1D4C (1d4c) |
| UTF-16 (decimal) | 7,500 |
| UTF-32 (hex) | 0x00001D4C (1d4c) |
| UTF-32 (decimal) | 7,500 |
| C/C++/Java source code | "\u1D4C" |
| Python source code | u"\u1D4C" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | ᵌ |
| string.toLowerCase() | ᵌ |
| Character.UnicodeBlock | PHONETIC_EXTENSIONS |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | -1 |
| Character.getType() | 4 |
| 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 |