Unicode Character 'CYRILLIC SMALL LIGATURE A IE' (U+04D5) |
![]() ![]() |
Unicode Data | |
---|---|
Name | CYRILLIC SMALL LIGATURE A IE |
Block | Cyrillic |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+04D4 |
Title case | U+04D4 |
Comments | this is not a decomposable ligature |
See Also | latin small letter ae U+00E6 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ӕ |
HTML Entity (hex) | ӕ |
How to type in Microsoft Windows | Alt +04D5 |
UTF-8 (hex) | 0xD3 0x95 (d395) |
UTF-8 (binary) | 11010011:10010101 |
UTF-16 (hex) | 0x04D5 (04d5) |
UTF-16 (decimal) | 1,237 |
UTF-32 (hex) | 0x000004D5 (04d5) |
UTF-32 (decimal) | 1,237 |
C/C++/Java source code | "\u04D5" |
Python source code | u"\u04D5" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ӕ |
string.toLowerCase() | ӕ |
Character.UnicodeBlock | CYRILLIC |
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 |