Unicode Character 'DOUBLE-STRUCK ITALIC SMALL E' (U+2147)

previous character next character

Unicode Data
Name DOUBLE-STRUCK ITALIC SMALL E
Block Letterlike Symbols
Category Letter, Lowercase [Ll]
Combine 0
BIDI Left-to-Right [L]
Decomposition <font> LATIN SMALL LETTER E (U+0065)
Mirror N
Index entries E, DOUBLE-STRUCK ITALIC SMALL
Comments sometimes used for the natural exponent
Approximations <font> 0065 latin small letter e
Version Unicode 3.2.0 (March, 2002)
Encodings
HTML Entity (decimal) &#8519;
HTML Entity (hex) &#x2147;
How to type in Microsoft Windows Alt +2147
UTF-8 (hex) 0xE2 0x85 0x87 (e28587)
UTF-8 (binary) 11100010:10000101:10000111
UTF-16 (hex) 0x2147 (2147)
UTF-16 (decimal) 8,519
UTF-32 (hex) 0x00002147 (2147)
UTF-32 (decimal) 8,519
C/C++/Java source code "\u2147"
Python source code u"\u2147"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock LETTERLIKE_SYMBOLS
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