| Nome del simbolo | Box Drawings Heavy Left And Light Right |
| Versione Unicode | 1.1 |
| Unicode | U+257E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 95 BE |
| UTF-16 | 257E |
| UTF-32 | 0000257E |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSHEAVYLEFTANDLIGHTRIGHT}4\end{document}Puoi digitare il simbolo box drawings heavy left and light right sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Box Drawings Heavy Left And Light Right nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\257E |
| Codice esadecimale | 0x257E |
| Codice HTML | ╾ |
| LaTeX | \text{BOXDRAWINGSHEAVYLEFTANDLIGHTRIGHT} |
| Simbolo | ╾ |
| Codifica URL (percentuale UTF-8) | %E2%95%BE |
| Nome parlato / screen reader | Box Drawings Heavy Left And Light Right |