Accented L characters
Compare 14 verified accented L characters: 7 uppercase and 7 lowercase forms, with 7 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented L
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ĺ | Uppercase | U+0139 | LATIN CAPITAL LETTER L WITH ACUTE | Ĺ | Ĺ | Ĺ | |
Ļ | Uppercase | U+013B | LATIN CAPITAL LETTER L WITH CEDILLA | Ļ | Ļ | Ļ | |
Ľ | Uppercase | U+013D | LATIN CAPITAL LETTER L WITH CARON | Ľ | Ľ | Ľ | |
Ḷ | Uppercase | U+1E36 | LATIN CAPITAL LETTER L WITH DOT BELOW | Ḷ | Ḷ | None | |
Ḹ | Uppercase | U+1E38 | LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON | Ḹ | Ḹ | None | |
Ḻ | Uppercase | U+1E3A | LATIN CAPITAL LETTER L WITH LINE BELOW | Ḻ | Ḻ | None | |
Ḽ | Uppercase | U+1E3C | LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW | Ḽ | Ḽ | None | |
ĺ | Lowercase | U+013A | LATIN SMALL LETTER L WITH ACUTE | ĺ | ĺ | ĺ | |
ļ | Lowercase | U+013C | LATIN SMALL LETTER L WITH CEDILLA | ļ | ļ | ļ | |
ľ | Lowercase | U+013E | LATIN SMALL LETTER L WITH CARON | ľ | ľ | ľ | |
ḷ | Lowercase | U+1E37 | LATIN SMALL LETTER L WITH DOT BELOW | ḷ | ḷ | None | |
ḹ | Lowercase | U+1E39 | LATIN SMALL LETTER L WITH DOT BELOW AND MACRON | ḹ | ḹ | None | |
ḻ | Lowercase | U+1E3B | LATIN SMALL LETTER L WITH LINE BELOW | ḻ | ḻ | None | |
ḽ | Lowercase | U+1E3D | LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW | ḽ | ḽ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ĺ | U+0139 | U+004C + U+0301 | U+004C + U+0301 |
Ļ | U+013B | U+004C + U+0327 | U+004C + U+0327 |
Ľ | U+013D | U+004C + U+030C | U+004C + U+030C |
Ḷ | U+1E36 | U+004C + U+0323 | U+004C + U+0323 |
Ḹ | U+1E38 | U+004C + U+0323 + U+0304 | U+1E36 + U+0304 |
Ḻ | U+1E3A | U+004C + U+0331 | U+004C + U+0331 |
Ḽ | U+1E3C | U+004C + U+032D | U+004C + U+032D |
ĺ | U+013A | U+006C + U+0301 | U+006C + U+0301 |
ļ | U+013C | U+006C + U+0327 | U+006C + U+0327 |
ľ | U+013E | U+006C + U+030C | U+006C + U+030C |
ḷ | U+1E37 | U+006C + U+0323 | U+006C + U+0323 |
ḹ | U+1E39 | U+006C + U+0323 + U+0304 | U+1E37 + U+0304 |
ḻ | U+1E3B | U+006C + U+0331 | U+006C + U+0331 |
ḽ | U+1E3D | U+006C + U+032D | U+006C + U+032D |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG