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+13EC | |
| decimal | 5100 | |
| htmldecimal | Ꮼ | |
| htmlhex | Ꮼ | |
| css | \13EC | |
| javascript | \u{13EC} | |
| python | \u13ec | |
| java | \u13EC | |
| go | \u13EC | |
| ruby | \u{13EC} | |
| rust | \u{13EC} | |
| ccpp | \u13ec | |
| urlencoded | %E1%8F%AC | |
| utf8bytes | e1 8f ac | |
| utf16bebytes | 13 ec | |
| utf32bebytes | 00 00 13 ec |
Cómo usar
HTML:
Ꮼ
CSS:
content: "\13EC"
JavaScript:
"\u{13EC}"
Python:
"\u13ec"