| Symboolnaam | Box Drawings Heavy Left And Light Right |
| Unicode-versie | 1.1 |
| Unicode | U+257E |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het box drawings heavy left and light right-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Box Drawings Heavy Left And Light Right-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x257E |
| HTML-code | ╾ |
| LaTeX | \text{BOXDRAWINGSHEAVYLEFTANDLIGHTRIGHT} |
| Symbool | ╾ |
| URL-codering (UTF-8 procent) | %E2%95%BE |
| Uitgesproken naam / schermlezer | Box Drawings Heavy Left And Light Right |