| Nom du symbole | Box Drawings Heavy Left And Light Right |
| Version Unicode | 1.1 |
| Unicode | U+257E |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole box drawings heavy left and light right sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Box Drawings Heavy Left And Light Right dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\257E |
| Code hexadécimal | 0x257E |
| Code HTML | ╾ |
| LaTeX | \text{BOXDRAWINGSHEAVYLEFTANDLIGHTRIGHT} |
| Symbole | ╾ |
| Encodage URL (pourcent UTF-8) | %E2%95%BE |
| Nom oral / lecteur d’écran | Box Drawings Heavy Left And Light Right |