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' : ''">
╱
BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2571 | |
| decimal | 9585 | |
| htmldecimal | ╱ | |
| htmlhex | ╱ | |
| css | \2571 | |
| javascript | \u{2571} | |
| python | \u2571 | |
| java | \u2571 | |
| go | \u2571 | |
| ruby | \u{2571} | |
| rust | \u{2571} | |
| ccpp | \u2571 | |
| urlencoded | %E2%95%B1 | |
| utf8bytes | e2 95 b1 | |
| utf16bebytes | 25 71 | |
| utf32bebytes | 00 00 25 71 |
How to Use
HTML:
╱
CSS:
content: "\2571"
JavaScript:
"\u{2571}"
Python:
"\u2571"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No