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' : ''">
⸺
TWO-EM DASH
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2E3A | |
| decimal | 11834 | |
| htmldecimal | ⸺ | |
| htmlhex | ⸺ | |
| css | \2E3A | |
| javascript | \u{2E3A} | |
| python | \u2e3a | |
| java | \u2E3A | |
| go | \u2E3A | |
| ruby | \u{2E3A} | |
| rust | \u{2E3A} | |
| ccpp | \u2e3a | |
| urlencoded | %E2%B8%BA | |
| utf8bytes | e2 b8 ba | |
| utf16bebytes | 2e 3a | |
| utf32bebytes | 00 00 2e 3a |
How to Use
HTML:
⸺
CSS:
content: "\2E3A"
JavaScript:
"\u{2E3A}"
Python:
"\u2e3a"
Properties
- Block
- Supplemental Punctuation
- Script
- Zyyy
- Category
- Dash Punctuation (Pd)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No