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