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 DOUBLE TILDE RIGHT HALF
Overview
︣ (COMBINING DOUBLE TILDE RIGHT HALF) is the Unicode character at code point U+FE23. It belongs to the Combining Half Marks block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FE23 | |
| decimal | 65059 | |
| htmldecimal | ︣ | |
| htmlhex | ︣ | |
| css | \FE23 | |
| javascript | \u{FE23} | |
| python | \ufe23 | |
| java | \uFE23 | |
| go | \uFE23 | |
| ruby | \u{FE23} | |
| rust | \u{FE23} | |
| ccpp | \ufe23 | |
| urlencoded | %EF%B8%A3 | |
| utf8bytes | ef b8 a3 | |
| utf16bebytes | fe 23 | |
| utf32bebytes | 00 00 fe 23 |
How to Use
HTML:
︣
CSS:
content: "\FE23"
JavaScript:
"\u{FE23}"
Python:
"\ufe23"
Properties
- Block
- Combining Half Marks
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ︣ character (COMBINING DOUBLE TILDE RIGHT HALF)?
︣ (COMBINING DOUBLE TILDE RIGHT HALF) is the Unicode character U+FE23.
What is the Unicode codepoint of COMBINING DOUBLE TILDE RIGHT HALF?
The COMBINING DOUBLE TILDE RIGHT HALF character (︣) has codepoint U+FE23.
How do I type or copy COMBINING DOUBLE TILDE RIGHT HALF?
Copy ︣ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.