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+0D9E | |
| decimal | 3486 | |
| htmldecimal | ඞ | |
| htmlhex | ඞ | |
| css | \0D9E | |
| javascript | \u{D9E} | |
| python | \u0d9e | |
| java | \u0D9E | |
| go | \u0D9E | |
| ruby | \u{D9E} | |
| rust | \u{D9E} | |
| ccpp | \u0d9e | |
| urlencoded | %E0%B6%9E | |
| utf8bytes | e0 b6 9e | |
| utf16bebytes | 0d 9e | |
| utf32bebytes | 00 00 0d 9e |
How to Use
HTML:
ඞ
CSS:
content: "\0D9E"
JavaScript:
"\u{D9E}"
Python:
"\u0d9e"