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' : ''">
ᷝ
COMBINING LATIN SMALL LETTER L
Overview
ᷝ (COMBINING LATIN SMALL LETTER L) is the Unicode character at code point U+1DDD. It belongs to the Combining Diacritical Marks Supplement block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1DDD | |
| decimal | 7645 | |
| htmldecimal | ᷝ | |
| htmlhex | ᷝ | |
| css | \1DDD | |
| javascript | \u{1DDD} | |
| python | \u1ddd | |
| java | \u1DDD | |
| go | \u1DDD | |
| ruby | \u{1DDD} | |
| rust | \u{1DDD} | |
| ccpp | \u1ddd | |
| urlencoded | %E1%B7%9D | |
| utf8bytes | e1 b7 9d | |
| utf16bebytes | 1d dd | |
| utf32bebytes | 00 00 1d dd |
How to Use
HTML:
ᷝ
CSS:
content: "\1DDD"
JavaScript:
"\u{1DDD}"
Python:
"\u1ddd"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᷝ character (COMBINING LATIN SMALL LETTER L)?
ᷝ (COMBINING LATIN SMALL LETTER L) is the Unicode character U+1DDD.
What is the Unicode codepoint of COMBINING LATIN SMALL LETTER L?
The COMBINING LATIN SMALL LETTER L character (ᷝ) has codepoint U+1DDD.
How do I type or copy COMBINING LATIN SMALL LETTER L?
Copy ᷝ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.