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' : ''">
߫
Tableau d'encodage
| Format | Valeur | Copier |
|---|---|---|
| unicode | U+07EB | |
| decimal | 2027 | |
| htmldecimal | ߫ | |
| htmlhex | ߫ | |
| css | \07EB | |
| javascript | \u{7EB} | |
| python | \u07eb | |
| java | \u07EB | |
| go | \u07EB | |
| ruby | \u{7EB} | |
| rust | \u{7EB} | |
| ccpp | \u07eb | |
| urlencoded | %DF%AB | |
| utf8bytes | df ab | |
| utf16bebytes | 07 eb | |
| utf32bebytes | 00 00 07 eb |
Comment utiliser
HTML:
߫
CSS:
content: "\07EB"
JavaScript:
"\u{7EB}"
Python:
"\u07eb"