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' : ''">
⊕
CIRCLED PLUS
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2295 | |
| decimal | 8853 | |
| htmldecimal | ⊕ | |
| htmlhex | ⊕ | |
| css | \2295 | |
| javascript | \u{2295} | |
| python | \u2295 | |
| java | \u2295 | |
| go | \u2295 | |
| ruby | \u{2295} | |
| rust | \u{2295} | |
| ccpp | \u2295 | |
| urlencoded | %E2%8A%95 | |
| utf8bytes | e2 8a 95 | |
| utf16bebytes | 22 95 | |
| utf32bebytes | 00 00 22 95 | |
| htmlentity | ⊕ |
Cómo usar
HTML:
⊕
o
⊕
CSS:
content: "\2295"
JavaScript:
"\u{2295}"
Python:
"\u2295"
Propiedades
- Bloque
- Mathematical Operators
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No