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