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