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+0A8B | |
| decimal | 2699 | |
| htmldecimal | ઋ | |
| htmlhex | ઋ | |
| css | \0A8B | |
| javascript | \u{A8B} | |
| python | \u0a8b | |
| java | \u0A8B | |
| go | \u0A8B | |
| ruby | \u{A8B} | |
| rust | \u{A8B} | |
| ccpp | \u0a8b | |
| urlencoded | %E0%AA%8B | |
| utf8bytes | e0 aa 8b | |
| utf16bebytes | 0a 8b | |
| utf32bebytes | 00 00 0a 8b |
How to Use
HTML:
ઋ
CSS:
content: "\0A8B"
JavaScript:
"\u{A8B}"
Python:
"\u0a8b"