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