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