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 UP SINGLE AND RIGHT DOUBLE
Overview
╘ (BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE) is the Unicode character at code point U+2558. It belongs to the Box Drawing block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2558 | |
| decimal | 9560 | |
| htmldecimal | ╘ | |
| htmlhex | ╘ | |
| css | \2558 | |
| javascript | \u{2558} | |
| python | \u2558 | |
| java | \u2558 | |
| go | \u2558 | |
| ruby | \u{2558} | |
| rust | \u{2558} | |
| ccpp | \u2558 | |
| urlencoded | %E2%95%98 | |
| utf8bytes | e2 95 98 | |
| utf16bebytes | 25 58 | |
| utf32bebytes | 00 00 25 58 |
How to Use
HTML:
╘
CSS:
content: "\2558"
JavaScript:
"\u{2558}"
Python:
"\u2558"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ╘ character (BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE)?
╘ (BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE) is the Unicode character U+2558.
What is the Unicode codepoint of BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE?
The BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE character (╘) has codepoint U+2558.
How do I type or copy BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE?
Copy ╘ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.