Unicode Character 'LATIN SMALL LETTER AE' (U+00E6) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER AE |
Block | Latin-1 Supplement |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Old name | LATIN SMALL LETTER A E |
Index entries | ligature ae, latin small ash small ligature ae, latin LATIN SMALL LETTER AE latin small ligature ae AE, LATIN SMALL LETTER ae, latin small ligature |
Upper case | U+00C6 |
Title case | U+00C6 |
Comments | latin small ligature ae (1.1) ash (from Old English æsc) Danish, Norwegian, Icelandic, Faroese, Old English, French, IPA |
See Also | latin small ligature oe U+0153 cyrillic small ligature a ie U+04D5 latin small letter turned ae U+1D02 latin small letter a reversed-schwa U+AB31 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | æ |
HTML Entity (hex) | æ |
HTML Entity (named) | æ |
How to type in Microsoft Windows | Alt +00E6 Alt 0230 Alt 145 |
UTF-8 (hex) | 0xC3 0xA6 (c3a6) |
UTF-8 (binary) | 11000011:10100110 |
UTF-16 (hex) | 0x00E6 (00e6) |
UTF-16 (decimal) | 230 |
UTF-32 (hex) | 0x000000E6 (00e6) |
UTF-32 (decimal) | 230 |
C/C++/Java source code | "\u00E6" |
Python source code | u"\u00E6" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Æ |
string.toLowerCase() | æ |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
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 |