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' : ''">
‖
DOUBLE VERTICAL LINE
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+2016 | |
| decimal | 8214 | |
| htmldecimal | ‖ | |
| htmlhex | ‖ | |
| css | \2016 | |
| javascript | \u{2016} | |
| python | \u2016 | |
| java | \u2016 | |
| go | \u2016 | |
| ruby | \u{2016} | |
| rust | \u{2016} | |
| ccpp | \u2016 | |
| urlencoded | %E2%80%96 | |
| utf8bytes | e2 80 96 | |
| utf16bebytes | 20 16 | |
| utf32bebytes | 00 00 20 16 |
Verwendung
HTML:
‖
CSS:
content: "\2016"
JavaScript:
"\u{2016}"
Python:
"\u2016"
Eigenschaften
- Block
- General Punctuation
- Schriftsystem
- Zyyy
- Kategorie
- Other Punctuation (Po)
- Bidirektional
- ON
- Kombinierend
- 0
- Gespiegelt
- Nein