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+0C1B | |
| decimal | 3099 | |
| htmldecimal | ఛ | |
| htmlhex | ఛ | |
| css | \0C1B | |
| javascript | \u{C1B} | |
| python | \u0c1b | |
| java | \u0C1B | |
| go | \u0C1B | |
| ruby | \u{C1B} | |
| rust | \u{C1B} | |
| ccpp | \u0c1b | |
| urlencoded | %E0%B0%9B | |
| utf8bytes | e0 b0 9b | |
| utf16bebytes | 0c 1b | |
| utf32bebytes | 00 00 0c 1b |
How to Use
HTML:
ఛ
CSS:
content: "\0C1B"
JavaScript:
"\u{C1B}"
Python:
"\u0c1b"