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+0C0B | |
| decimal | 3083 | |
| htmldecimal | ఋ | |
| htmlhex | ఋ | |
| css | \0C0B | |
| javascript | \u{C0B} | |
| python | \u0c0b | |
| java | \u0C0B | |
| go | \u0C0B | |
| ruby | \u{C0B} | |
| rust | \u{C0B} | |
| ccpp | \u0c0b | |
| urlencoded | %E0%B0%8B | |
| utf8bytes | e0 b0 8b | |
| utf16bebytes | 0c 0b | |
| utf32bebytes | 00 00 0c 0b |
How to Use
HTML:
ఋ
CSS:
content: "\0C0B"
JavaScript:
"\u{C0B}"
Python:
"\u0c0b"