| Nom du symbole | Light Vertical Bar |
| Version Unicode | 1.1 |
| Unicode | U+2758 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9D 98 |
| UTF-16 | 2758 |
| UTF-32 | 00002758 |
1\documentclass{article}2\usepackage{pifont}3\text{LIGHTVERTICALBAR}4\end{document}Vous pouvez saisir le symbole light vertical bar sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10072 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "light vertical bar", or use Unicode Hex Input with 2758.
Ctrl + Shift + U, type 2758, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.light-vertical-bar::before { content: "\2758"; }1<span>❘</span>La représentation du symbole Light Vertical Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2758' or String.fromCodePoint(10072) |
| Python | '\N{LIGHT VERTICAL BAR}' or chr(10072) |
| Rust | '\u{2758}' |
| C / C++ | UTF-8 source or wchar_t with U+2758 |
| Go | string(rune(0x2758)) |
| Ruby | "\u{2758}" |
\2758 |
| Code hexadécimal | 0x2758 |
| Code HTML | ❘ |
| LaTeX | \text{LIGHTVERTICALBAR} |
| Symbole | ❘ |
| Encodage URL (pourcent UTF-8) | %E2%9D%98 |
| Nom oral / lecteur d’écran | Light Vertical Bar |