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' : ''">
⤄
LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2904 | |
| decimal | 10500 | |
| htmldecimal | ⤄ | |
| htmlhex | ⤄ | |
| css | \2904 | |
| javascript | \u{2904} | |
| python | \u2904 | |
| java | \u2904 | |
| go | \u2904 | |
| ruby | \u{2904} | |
| rust | \u{2904} | |
| ccpp | \u2904 | |
| urlencoded | %E2%A4%84 | |
| utf8bytes | e2 a4 84 | |
| utf16bebytes | 29 04 | |
| utf32bebytes | 00 00 29 04 |
How to Use
HTML:
⤄
CSS:
content: "\2904"
JavaScript:
"\u{2904}"
Python:
"\u2904"
Properties
- Block
- Supplemental Arrows-B
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No