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' : ''">
╽
BOX DRAWINGS LIGHT UP AND HEAVY DOWN
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+257D | |
| decimal | 9597 | |
| htmldecimal | ╽ | |
| htmlhex | ╽ | |
| css | \257D | |
| javascript | \u{257D} | |
| python | \u257d | |
| java | \u257D | |
| go | \u257D | |
| ruby | \u{257D} | |
| rust | \u{257D} | |
| ccpp | \u257d | |
| urlencoded | %E2%95%BD | |
| utf8bytes | e2 95 bd | |
| utf16bebytes | 25 7d | |
| utf32bebytes | 00 00 25 7d |
Verwendung
HTML:
╽
CSS:
content: "\257D"
JavaScript:
"\u{257D}"
Python:
"\u257d"
Eigenschaften
- Block
- Box Drawing
- Schriftsystem
- Zyyy
- Kategorie
- Other Symbol (So)
- Bidirektional
- ON
- Kombinierend
- 0
- Gespiegelt
- Nein