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 VERTICAL SINGLE AND HORIZONTAL DOUBLE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+256A | |
| decimal | 9578 | |
| htmldecimal | ╪ | |
| htmlhex | ╪ | |
| css | \256A | |
| javascript | \u{256A} | |
| python | \u256a | |
| java | \u256A | |
| go | \u256A | |
| ruby | \u{256A} | |
| rust | \u{256A} | |
| ccpp | \u256a | |
| urlencoded | %E2%95%AA | |
| utf8bytes | e2 95 aa | |
| utf16bebytes | 25 6a | |
| utf32bebytes | 00 00 25 6a |
How to Use
HTML:
╪
CSS:
content: "\256A"
JavaScript:
"\u{256A}"
Python:
"\u256a"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No