| Nom du symbole | Box Drawings Right Heavy And Left Vertical Light |
| Version Unicode | 1.1 |
| Unicode | U+253E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 94 BE |
| UTF-16 | 253E |
| UTF-32 | 0000253E |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSRIGHTHEAVYANDLEFTVERTICALLIGHT}4\end{document}Vous pouvez saisir le symbole box drawings right heavy and left vertical light sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9534 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings right heavy and left vertical light", or use Unicode Hex Input with 253E.
Ctrl + Shift + U, type 253e, 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-right-heavy-and-left-vertical-light::before { content: "\253E"; }1<span>┾</span>La représentation du symbole Box Drawings Right Heavy And Left Vertical Light dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u253E' or String.fromCodePoint(9534) |
| Python | '\N{BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT}' or chr(9534) |
| Rust | '\u{253E}' |
| C / C++ | UTF-8 source or wchar_t with U+253E |
| Go | string(rune(0x253E)) |
| Ruby | "\u{253E}" |
| Code CSS |
\253E |
| Code hexadécimal | 0x253E |
| Code HTML | ┾ |
| LaTeX | \text{BOXDRAWINGSRIGHTHEAVYANDLEFTVERTICALLIGHT} |
| Symbole | ┾ |
| Encodage URL (pourcent UTF-8) | %E2%94%BE |
| Nom oral / lecteur d’écran | Box Drawings Right Heavy And Left Vertical Light |