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+0C7B | |
| decimal | 3195 | |
| htmldecimal | ౻ | |
| htmlhex | ౻ | |
| css | \0C7B | |
| javascript | \u{C7B} | |
| python | \u0c7b | |
| java | \u0C7B | |
| go | \u0C7B | |
| ruby | \u{C7B} | |
| rust | \u{C7B} | |
| ccpp | \u0c7b | |
| urlencoded | %E0%B1%BB | |
| utf8bytes | e0 b1 bb | |
| utf16bebytes | 0c 7b | |
| utf32bebytes | 00 00 0c 7b |
How to Use
HTML:
౻
CSS:
content: "\0C7B"
JavaScript:
"\u{C7B}"
Python:
"\u0c7b"