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 HORIZONTAL
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2500 | |
| decimal | 9472 | |
| htmldecimal | ─ | |
| htmlhex | ─ | |
| css | \2500 | |
| javascript | \u{2500} | |
| python | \u2500 | |
| java | \u2500 | |
| go | \u2500 | |
| ruby | \u{2500} | |
| rust | \u{2500} | |
| ccpp | \u2500 | |
| urlencoded | %E2%94%80 | |
| utf8bytes | e2 94 80 | |
| utf16bebytes | 25 00 | |
| utf32bebytes | 00 00 25 00 |
Cómo usar
HTML:
─
CSS:
content: "\2500"
JavaScript:
"\u{2500}"
Python:
"\u2500"
Propiedades
- Bloque
- Box Drawing
- Escritura
- Zyyy
- Categoría
- Other Symbol (So)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No