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' : ''">
⮳
RIBBON ARROW UP RIGHT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2BB3 | |
| decimal | 11187 | |
| htmldecimal | ⮳ | |
| htmlhex | ⮳ | |
| css | \2BB3 | |
| javascript | \u{2BB3} | |
| python | \u2bb3 | |
| java | \u2BB3 | |
| go | \u2BB3 | |
| ruby | \u{2BB3} | |
| rust | \u{2BB3} | |
| ccpp | \u2bb3 | |
| urlencoded | %E2%AE%B3 | |
| utf8bytes | e2 ae b3 | |
| utf16bebytes | 2b b3 | |
| utf32bebytes | 00 00 2b b3 |
How to Use
HTML:
⮳
CSS:
content: "\2BB3"
JavaScript:
"\u{2BB3}"
Python:
"\u2bb3"
Properties
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No