| Nom du symbole | Box Drawings Light Diagonal Upper Right To Lower Left |
| Version Unicode | 1.1 |
| Unicode | U+2571 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 95 B1 |
| UTF-16 | 2571 |
| UTF-32 | 00002571 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTDIAGONALUPPERRIGHTTOLOWERLEFT}4\end{document}Vous pouvez saisir le symbole box drawings light diagonal upper right to lower left sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9585 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light diagonal upper right to lower left", or use Unicode Hex Input with 2571.
Ctrl + Shift + U, type 2571, 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-diagonal-upper-right-to-lower-left::before { content: "\2571"; }1<span>╱</span>La représentation du symbole Box Drawings Light Diagonal Upper Right To Lower Left dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2571' or String.fromCodePoint(9585) |
| Python | '\N{BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT}' or chr(9585) |
| Rust | '\u{2571}' |
| C / C++ | UTF-8 source or wchar_t with U+2571 |
| Go | string(rune(0x2571)) |
| Ruby | "\u{2571}" |
| Code CSS |
\2571 |
| Code hexadécimal | 0x2571 |
| Code HTML | ╱ |
| LaTeX | \text{BOXDRAWINGSLIGHTDIAGONALUPPERRIGHTTOLOWERLEFT} |
| Symbole | ╱ |
| Encodage URL (pourcent UTF-8) | %E2%95%B1 |
| Nom oral / lecteur d’écran | Box Drawings Light Diagonal Upper Right To Lower Left |