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 CEDILLA
Overview
ļ (LATIN SMALL LETTER L WITH CEDILLA) is the Unicode character at code point U+013C. 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+013C | |
| decimal | 316 | |
| htmldecimal | ļ | |
| htmlhex | ļ | |
| css | \013C | |
| javascript | \u{13C} | |
| python | \u013c | |
| java | \u013C | |
| go | \u013C | |
| ruby | \u{13C} | |
| rust | \u{13C} | |
| ccpp | \u013c | |
| urlencoded | %C4%BC | |
| utf8bytes | c4 bc | |
| utf16bebytes | 01 3c | |
| utf32bebytes | 00 00 01 3c |
How to Use
HTML:
ļ
CSS:
content: "\013C"
JavaScript:
"\u{13C}"
Python:
"\u013c"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006C 0327
Frequently Asked Questions
What is the ļ character (LATIN SMALL LETTER L WITH CEDILLA)?
ļ (LATIN SMALL LETTER L WITH CEDILLA) is the Unicode character U+013C.
What is the Unicode codepoint of LATIN SMALL LETTER L WITH CEDILLA?
The LATIN SMALL LETTER L WITH CEDILLA character (ļ) has codepoint U+013C.
How do I type or copy LATIN SMALL LETTER L WITH CEDILLA?
Copy ļ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.