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' : ''">
಼
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+0CBC | |
| decimal | 3260 | |
| htmldecimal | ಼ | |
| htmlhex | ಼ | |
| css | \0CBC | |
| javascript | \u{CBC} | |
| python | \u0cbc | |
| java | \u0CBC | |
| go | \u0CBC | |
| ruby | \u{CBC} | |
| rust | \u{CBC} | |
| ccpp | \u0cbc | |
| urlencoded | %E0%B2%BC | |
| utf8bytes | e0 b2 bc | |
| utf16bebytes | 0c bc | |
| utf32bebytes | 00 00 0c bc |
Cómo usar
HTML:
಼
CSS:
content: "\0CBC"
JavaScript:
"\u{CBC}"
Python:
"\u0cbc"