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+13FA | |
| decimal | 5114 | |
| htmldecimal | ᏺ | |
| htmlhex | ᏺ | |
| css | \13FA | |
| javascript | \u{13FA} | |
| python | \u13fa | |
| java | \u13FA | |
| go | \u13FA | |
| ruby | \u{13FA} | |
| rust | \u{13FA} | |
| ccpp | \u13fa | |
| urlencoded | %E1%8F%BA | |
| utf8bytes | e1 8f ba | |
| utf16bebytes | 13 fa | |
| utf32bebytes | 00 00 13 fa |
How to Use
HTML:
ᏺ
CSS:
content: "\13FA"
JavaScript:
"\u{13FA}"
Python:
"\u13fa"