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 ESH
Overview
ᷯ (COMBINING LATIN SMALL LETTER ESH) is the Unicode character at code point U+1DEF. 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+1DEF | |
| decimal | 7663 | |
| htmldecimal | ᷯ | |
| htmlhex | ᷯ | |
| css | \1DEF | |
| javascript | \u{1DEF} | |
| python | \u1def | |
| java | \u1DEF | |
| go | \u1DEF | |
| ruby | \u{1DEF} | |
| rust | \u{1DEF} | |
| ccpp | \u1def | |
| urlencoded | %E1%B7%AF | |
| utf8bytes | e1 b7 af | |
| utf16bebytes | 1d ef | |
| utf32bebytes | 00 00 1d ef |
How to Use
HTML:
ᷯ
CSS:
content: "\1DEF"
JavaScript:
"\u{1DEF}"
Python:
"\u1def"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᷯ character (COMBINING LATIN SMALL LETTER ESH)?
ᷯ (COMBINING LATIN SMALL LETTER ESH) is the Unicode character U+1DEF.
What is the Unicode codepoint of COMBINING LATIN SMALL LETTER ESH?
The COMBINING LATIN SMALL LETTER ESH character (ᷯ) has codepoint U+1DEF.
How do I type or copy COMBINING LATIN SMALL LETTER ESH?
Copy ᷯ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.