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