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