Unicode Character 'LATIN SMALL LETTER L' (U+006C) |
 |
| Image |
 |
Browser Test Page |
Outline (as SVG file) |
Fonts that support U+006C
| 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 |
Terms of Service | Privacy Policy | Contact Info