| Nom du symbole | Vertical Bar With Horizontal Stroke |
| Version Unicode | 5.0 |
| Unicode | U+27CA |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 9F 8A |
| UTF-16 | 27CA |
| UTF-32 | 000027CA |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALBARWITHHORIZONTALSTROKE}4\end{document}Vous pouvez saisir le symbole vertical bar with horizontal stroke sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10186 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical bar with horizontal stroke", or use Unicode Hex Input with 27CA.
Ctrl + Shift + U, type 27ca, 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 geometric symbol support.
1span.vertical-bar-with-horizontal-stroke::before { content: "\27CA"; }1<span>⟊</span>La représentation du symbole Vertical Bar With Horizontal Stroke dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u27CA' or String.fromCodePoint(10186) |
| Python | '\N{VERTICAL BAR WITH HORIZONTAL STROKE}' or chr(10186) |
| Rust | '\u{27CA}' |
| C / C++ | UTF-8 source or wchar_t with U+27CA |
| Go | string(rune(0x27CA)) |
| Ruby | "\u{27CA}" |
| Code CSS |
\27CA |
| Code hexadécimal | 0x27CA |
| Code HTML | ⟊ |
| LaTeX | \text{VERTICALBARWITHHORIZONTALSTROKE} |
| Symbole | ⟊ |
| Encodage URL (pourcent UTF-8) | %E2%9F%8A |
| Nom oral / lecteur d’écran | Vertical Bar With Horizontal Stroke |