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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.