Unicode Character 'LATIN SMALL LETTER L' (U+006C) |
![]() |
LATIN SMALL LETTER L
LATIN SMALL LETTER L
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER L |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Upper case | U+004C |
| Title case | U+004C |
| See Also | script small l U+2113 mathematical script small l U+1D4C1 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | l |
| HTML Entity (hex) | l |
| How to type in Microsoft Windows | Alt +006C Alt 0108 Alt 108 |
| UTF-8 (hex) | 0x6C (6c) |
| UTF-8 (binary) | 01101100 |
| UTF-16 (hex) | 0x006C (006c) |
| UTF-16 (decimal) | 108 |
| UTF-32 (hex) | 0x0000006C (006c) |
| UTF-32 (decimal) | 108 |
| C/C++/Java source code | "\u006C" |
| Python source code | u"\u006C" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | L |
| string.toLowerCase() | l |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 21 |
| 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 |