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' : ''">
–
EN DASH
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+2013 | |
| decimal | 8211 | |
| htmldecimal | – | |
| htmlhex | – | |
| css | \2013 | |
| javascript | \u{2013} | |
| python | \u2013 | |
| java | \u2013 | |
| go | \u2013 | |
| ruby | \u{2013} | |
| rust | \u{2013} | |
| ccpp | \u2013 | |
| urlencoded | %E2%80%93 | |
| utf8bytes | e2 80 93 | |
| utf16bebytes | 20 13 | |
| utf32bebytes | 00 00 20 13 | |
| htmlentity | – |
Verwendung
HTML:
–
oder
–
CSS:
content: "\2013"
JavaScript:
"\u{2013}"
Python:
"\u2013"
Eigenschaften
- Block
- General Punctuation
- Schriftsystem
- Zyyy
- Kategorie
- Dash Punctuation (Pd)
- Bidirektional
- ON
- Kombinierend
- 0
- Gespiegelt
- Nein