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