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 WITH TILDE ABOVE
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2A24 | |
| decimal | 10788 | |
| htmldecimal | ⨤ | |
| htmlhex | ⨤ | |
| css | \2A24 | |
| javascript | \u{2A24} | |
| python | \u2a24 | |
| java | \u2A24 | |
| go | \u2A24 | |
| ruby | \u{2A24} | |
| rust | \u{2A24} | |
| ccpp | \u2a24 | |
| urlencoded | %E2%A8%A4 | |
| utf8bytes | e2 a8 a4 | |
| utf16bebytes | 2a 24 | |
| utf32bebytes | 00 00 2a 24 |
Cómo usar
HTML:
⨤
CSS:
content: "\2A24"
JavaScript:
"\u{2A24}"
Python:
"\u2a24"
Propiedades
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- Sí