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