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' : ''">
⃕
COMBINING CLOCKWISE ARROW ABOVE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+20D5 | |
| decimal | 8405 | |
| htmldecimal | ⃕ | |
| htmlhex | ⃕ | |
| css | \20D5 | |
| javascript | \u{20D5} | |
| python | \u20d5 | |
| java | \u20D5 | |
| go | \u20D5 | |
| ruby | \u{20D5} | |
| rust | \u{20D5} | |
| ccpp | \u20d5 | |
| urlencoded | %E2%83%95 | |
| utf8bytes | e2 83 95 | |
| utf16bebytes | 20 d5 | |
| utf32bebytes | 00 00 20 d5 |
How to Use
HTML:
⃕
CSS:
content: "\20D5"
JavaScript:
"\u{20D5}"
Python:
"\u20d5"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No