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 ARC UP AND LEFT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+256F | |
| decimal | 9583 | |
| htmldecimal | ╯ | |
| htmlhex | ╯ | |
| css | \256F | |
| javascript | \u{256F} | |
| python | \u256f | |
| java | \u256F | |
| go | \u256F | |
| ruby | \u{256F} | |
| rust | \u{256F} | |
| ccpp | \u256f | |
| urlencoded | %E2%95%AF | |
| utf8bytes | e2 95 af | |
| utf16bebytes | 25 6f | |
| utf32bebytes | 00 00 25 6f |
How to Use
HTML:
╯
CSS:
content: "\256F"
JavaScript:
"\u{256F}"
Python:
"\u256f"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No