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