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