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 DOWN SINGLE AND RIGHT DOUBLE
Overview
╒ (BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE) is the Unicode character at code point U+2552. 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+2552 | |
| decimal | 9554 | |
| htmldecimal | ╒ | |
| htmlhex | ╒ | |
| css | \2552 | |
| javascript | \u{2552} | |
| python | \u2552 | |
| java | \u2552 | |
| go | \u2552 | |
| ruby | \u{2552} | |
| rust | \u{2552} | |
| ccpp | \u2552 | |
| urlencoded | %E2%95%92 | |
| utf8bytes | e2 95 92 | |
| utf16bebytes | 25 52 | |
| utf32bebytes | 00 00 25 52 |
How to Use
HTML:
╒
CSS:
content: "\2552"
JavaScript:
"\u{2552}"
Python:
"\u2552"
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 DOWN SINGLE AND RIGHT DOUBLE)?
╒ (BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE) is the Unicode character U+2552.
What is the Unicode codepoint of BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE?
The BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE character (╒) has codepoint U+2552.
How do I type or copy BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE?
Copy ╒ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.