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' : ''">
Ꮺ
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+13EA | |
| decimal | 5098 | |
| htmldecimal | Ꮺ | |
| htmlhex | Ꮺ | |
| css | \13EA | |
| javascript | \u{13EA} | |
| python | \u13ea | |
| java | \u13EA | |
| go | \u13EA | |
| ruby | \u{13EA} | |
| rust | \u{13EA} | |
| ccpp | \u13ea | |
| urlencoded | %E1%8F%AA | |
| utf8bytes | e1 8f aa | |
| utf16bebytes | 13 ea | |
| utf32bebytes | 00 00 13 ea |
How to Use
HTML:
Ꮺ
CSS:
content: "\13EA"
JavaScript:
"\u{13EA}"
Python:
"\u13ea"