| Symbol Name | Box Drawings Left Light And Right Down Heavy |
| Unicode Version | 1.1 |
| Unicode | U+2532 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 94 B2 |
| UTF-16 | 2532 |
| UTF-32 | 00002532 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLEFTLIGHTANDRIGHTDOWNHEAVY}4\end{document}You can type the box drawings left light and right down heavy symbol on most modern devices with the help of following methods:
Alt + 9522 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings left light and right down heavy", or use Unicode Hex Input with 2532.
Ctrl + Shift + U, type 2532, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with box-drawing support.
1span.box-drawings-left-light-and-right-down-heavy::before { content: "\2532"; }1<span>┲</span>Box Drawings Left Light And Right Down Heavy symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2532' or String.fromCodePoint(9522) |
| Python | '\N{BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY}' or chr(9522) |
| Rust | '\u{2532}' |
| C / C++ | UTF-8 source or wchar_t with U+2532 |
| Go | string(rune(0x2532)) |
| Ruby | "\u{2532}" |
\2532 |
| Hex Code | 0x2532 |
| HTML Code | ┲ |
| LaTeX | \text{BOXDRAWINGSLEFTLIGHTANDRIGHTDOWNHEAVY} |
| Symbol | ┲ |
| URL encode (UTF-8 percent) | %E2%94%B2 |
| Spoken / screen reader name | Box Drawings Left Light And Right Down Heavy |