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' : ''">
߬
Kodlama Tablosu
| Biçim | Değer | Kopyala |
|---|---|---|
| unicode | U+07EC | |
| decimal | 2028 | |
| htmldecimal | ߬ | |
| htmlhex | ߬ | |
| css | \07EC | |
| javascript | \u{7EC} | |
| python | \u07ec | |
| java | \u07EC | |
| go | \u07EC | |
| ruby | \u{7EC} | |
| rust | \u{7EC} | |
| ccpp | \u07ec | |
| urlencoded | %DF%AC | |
| utf8bytes | df ac | |
| utf16bebytes | 07 ec | |
| utf32bebytes | 00 00 07 ec |
Nasıl Kullanılır
HTML:
߬
CSS:
content: "\07EC"
JavaScript:
"\u{7EC}"
Python:
"\u07ec"