copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ľ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ľ
LATIN SMALL LETTER L WITH CARON
Overview
ľ (LATIN SMALL LETTER L WITH CARON) is the Unicode character at code point U+013E. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+013E | |
| decimal | 318 | |
| htmldecimal | ľ | |
| htmlhex | ľ | |
| css | \013E | |
| javascript | \u{13E} | |
| python | \u013e | |
| java | \u013E | |
| go | \u013E | |
| ruby | \u{13E} | |
| rust | \u{13E} | |
| ccpp | \u013e | |
| urlencoded | %C4%BE | |
| utf8bytes | c4 be | |
| utf16bebytes | 01 3e | |
| utf32bebytes | 00 00 01 3e |
How to Use
HTML:
ľ
CSS:
content: "\013E"
JavaScript:
"\u{13E}"
Python:
"\u013e"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006C 030C
Frequently Asked Questions
What is the ľ character (LATIN SMALL LETTER L WITH CARON)?
ľ (LATIN SMALL LETTER L WITH CARON) is the Unicode character U+013E.
What is the Unicode codepoint of LATIN SMALL LETTER L WITH CARON?
The LATIN SMALL LETTER L WITH CARON character (ľ) has codepoint U+013E.
How do I type or copy LATIN SMALL LETTER L WITH CARON?
Copy ľ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.