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