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 RIGHT ARROW BELOW
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+20EF | |
| decimal | 8431 | |
| htmldecimal | ⃯ | |
| htmlhex | ⃯ | |
| css | \20EF | |
| javascript | \u{20EF} | |
| python | \u20ef | |
| java | \u20EF | |
| go | \u20EF | |
| ruby | \u{20EF} | |
| rust | \u{20EF} | |
| ccpp | \u20ef | |
| urlencoded | %E2%83%AF | |
| utf8bytes | e2 83 af | |
| utf16bebytes | 20 ef | |
| utf32bebytes | 00 00 20 ef |
How to Use
HTML:
⃯
CSS:
content: "\20EF"
JavaScript:
"\u{20EF}"
Python:
"\u20ef"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 220
- Mirrored
- No