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