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+0CAF | |
| decimal | 3247 | |
| htmldecimal | ಯ | |
| htmlhex | ಯ | |
| css | \0CAF | |
| javascript | \u{CAF} | |
| python | \u0caf | |
| java | \u0CAF | |
| go | \u0CAF | |
| ruby | \u{CAF} | |
| rust | \u{CAF} | |
| ccpp | \u0caf | |
| urlencoded | %E0%B2%AF | |
| utf8bytes | e0 b2 af | |
| utf16bebytes | 0c af | |
| utf32bebytes | 00 00 0c af |
How to Use
HTML:
ಯ
CSS:
content: "\0CAF"
JavaScript:
"\u{CAF}"
Python:
"\u0caf"