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 WITH DOUBLE MIDDLE TILDE
Overview
ᷬ (COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE) is the Unicode character at code point U+1DEC. 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+1DEC | |
| decimal | 7660 | |
| htmldecimal | ᷬ | |
| htmlhex | ᷬ | |
| css | \1DEC | |
| javascript | \u{1DEC} | |
| python | \u1dec | |
| java | \u1DEC | |
| go | \u1DEC | |
| ruby | \u{1DEC} | |
| rust | \u{1DEC} | |
| ccpp | \u1dec | |
| urlencoded | %E1%B7%AC | |
| utf8bytes | e1 b7 ac | |
| utf16bebytes | 1d ec | |
| utf32bebytes | 00 00 1d ec |
How to Use
HTML:
ᷬ
CSS:
content: "\1DEC"
JavaScript:
"\u{1DEC}"
Python:
"\u1dec"
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 WITH DOUBLE MIDDLE TILDE)?
ᷬ (COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE) is the Unicode character U+1DEC.
What is the Unicode codepoint of COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE?
The COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE character (ᷬ) has codepoint U+1DEC.
How do I type or copy COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE?
Copy ᷬ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.