Unicode Character 'LATIN SMALL LETTER UE' (U+1D6B) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER UE |
Block | Phonetic Extensions |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
See Also | latin small letter l with middle tilde U+026B latin small letter turned r with middle tilde U+AB68 |
Version | Unicode 4.0.0 (April, 2003) |
Encodings | |
---|---|
HTML Entity (decimal) | ᵫ |
HTML Entity (hex) | ᵫ |
How to type in Microsoft Windows | Alt +1D6B |
UTF-8 (hex) | 0xE1 0xB5 0xAB (e1b5ab) |
UTF-8 (binary) | 11100001:10110101:10101011 |
UTF-16 (hex) | 0x1D6B (1d6b) |
UTF-16 (decimal) | 7,531 |
UTF-32 (hex) | 0x00001D6B (1d6b) |
UTF-32 (decimal) | 7,531 |
C/C++/Java source code | "\u1D6B" |
Python source code | u"\u1D6B" |
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() | 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 |