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' : ''">
⁺
SUPERSCRIPT PLUS SIGN
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+207A | |
| decimal | 8314 | |
| htmldecimal | ⁺ | |
| htmlhex | ⁺ | |
| css | \207A | |
| javascript | \u{207A} | |
| python | \u207a | |
| java | \u207A | |
| go | \u207A | |
| ruby | \u{207A} | |
| rust | \u{207A} | |
| ccpp | \u207a | |
| urlencoded | %E2%81%BA | |
| utf8bytes | e2 81 ba | |
| utf16bebytes | 20 7a | |
| utf32bebytes | 00 00 20 7a |
Cómo usar
HTML:
⁺
CSS:
content: "\207A"
JavaScript:
"\u{207A}"
Python:
"\u207a"
Propiedades
- Bloque
- Superscripts and Subscripts
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ES
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- <super> 002B