Unicode Character 'LATIN SMALL LETTER E' (U+0065) | 
		  ![]()  | 
	
LATIN SMALL LETTER E
			LATIN SMALL LETTER E
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER E | 
| Block | Basic Latin | 
| Category | Letter, Lowercase [Ll] | 
| Combine | 0 | 
| BIDI | Left-to-Right [L] | 
| Mirror | N | 
| Upper case | U+0045 | 
| Title case | U+0045 | 
| See Also | estimated symbol U+212E script small e U+212F latin small letter blackletter e U+AB32  | 
		
| Version | Unicode 1.1.0 (June, 1993) | 
| Encodings | |
|---|---|
| HTML Entity (decimal) | e | 
| HTML Entity (hex) | e | 
| How to type in Microsoft Windows | Alt +0065 Alt 0101 Alt 101  | 
	
| UTF-8 (hex) | 0x65 (65) | 
| UTF-8 (binary) | 01100101 | 
| UTF-16 (hex) | 0x0065 (0065) | 
| UTF-16 (decimal) | 101 | 
| UTF-32 (hex) | 0x00000065 (0065) | 
| UTF-32 (decimal) | 101 | 
| C/C++/Java source code | "\u0065" | 
| Python source code | u"\u0065" | 
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | E | 
| string.toLowerCase() | e | 
| Character.UnicodeBlock | BASIC_LATIN | 
| Character.charCount() | 1 | 
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] | 
| Character.getNumericValue() | 14 | 
| 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 |