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