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 PLUS SIGN
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+FF0B | |
| decimal | 65291 | |
| htmldecimal | + | |
| htmlhex | + | |
| css | \FF0B | |
| javascript | \u{FF0B} | |
| python | \uff0b | |
| java | \uFF0B | |
| go | \uFF0B | |
| ruby | \u{FF0B} | |
| rust | \u{FF0B} | |
| ccpp | \uff0b | |
| urlencoded | %EF%BC%8B | |
| utf8bytes | ef bc 8b | |
| utf16bebytes | ff 0b | |
| utf32bebytes | 00 00 ff 0b |
Cómo usar
HTML:
+
CSS:
content: "\FF0B"
JavaScript:
"\u{FF0B}"
Python:
"\uff0b"
Propiedades
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ES
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- <wide> 002B