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' : ''">
⸚
HYPHEN WITH DIAERESIS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2E1A | |
| decimal | 11802 | |
| htmldecimal | ⸚ | |
| htmlhex | ⸚ | |
| css | \2E1A | |
| javascript | \u{2E1A} | |
| python | \u2e1a | |
| java | \u2E1A | |
| go | \u2E1A | |
| ruby | \u{2E1A} | |
| rust | \u{2E1A} | |
| ccpp | \u2e1a | |
| urlencoded | %E2%B8%9A | |
| utf8bytes | e2 b8 9a | |
| utf16bebytes | 2e 1a | |
| utf32bebytes | 00 00 2e 1a |
How to Use
HTML:
⸚
CSS:
content: "\2E1A"
JavaScript:
"\u{2E1A}"
Python:
"\u2e1a"
Properties
- Block
- Supplemental Punctuation
- Script
- Zyyy
- Category
- Dash Punctuation (Pd)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No