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' : ''">
;
FULLWIDTH SEMICOLON
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+FF1B | |
| decimal | 65307 | |
| htmldecimal | ; | |
| htmlhex | ; | |
| css | \FF1B | |
| javascript | \u{FF1B} | |
| python | \uff1b | |
| java | \uFF1B | |
| go | \uFF1B | |
| ruby | \u{FF1B} | |
| rust | \u{FF1B} | |
| ccpp | \uff1b | |
| urlencoded | %EF%BC%9B | |
| utf8bytes | ef bc 9b | |
| utf16bebytes | ff 1b | |
| utf32bebytes | 00 00 ff 1b |
Cómo usar
HTML:
;
CSS:
content: "\FF1B"
JavaScript:
"\u{FF1B}"
Python:
"\uff1b"
Propiedades
- Escritura
- Zyyy
- Categoría
- Other Punctuation (Po)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- <wide> 003B