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' : ''">
⩣
LOGICAL OR WITH DOUBLE UNDERBAR
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2A63 | |
| decimal | 10851 | |
| htmldecimal | ⩣ | |
| htmlhex | ⩣ | |
| css | \2A63 | |
| javascript | \u{2A63} | |
| python | \u2a63 | |
| java | \u2A63 | |
| go | \u2A63 | |
| ruby | \u{2A63} | |
| rust | \u{2A63} | |
| ccpp | \u2a63 | |
| urlencoded | %E2%A9%A3 | |
| utf8bytes | e2 a9 a3 | |
| utf16bebytes | 2a 63 | |
| utf32bebytes | 00 00 2a 63 |
Cómo usar
HTML:
⩣
CSS:
content: "\2A63"
JavaScript:
"\u{2A63}"
Python:
"\u2a63"
Propiedades
- Escritura
- Zyyy
- Categoría
- Math Symbol (Sm)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No