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' : ''">
+
PLUS SIGN
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+002B | |
| decimal | 43 | |
| htmldecimal | + | |
| htmlhex | + | |
| css | \002B | |
| javascript | \u{2B} | |
| python | \u002b | |
| java | \u002B | |
| go | \u002B | |
| ruby | \u{2B} | |
| rust | \u{2B} | |
| ccpp | \u002b | |
| urlencoded | %2B | |
| utf8bytes | 2b | |
| utf16bebytes | 00 2b | |
| utf32bebytes | 00 00 00 2b |
Cómo usar
HTML:
+
CSS:
content: "\002B"
JavaScript:
"\u{2B}"
Python:
"\u002b"
Propiedades
- Bloque
- Basic Latin
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ES
- Combinatorio
- 0
- Espejado
- No