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