| Nom du symbole | Vertical Line With Middle Dot |
| Version Unicode | 3.0 |
| Unicode | U+237F |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 8D BF |
| UTF-16 | 237F |
| UTF-32 | 0000237F |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALLINEWITHMIDDLEDOT}4\end{document}Vous pouvez saisir le symbole vertical line with middle dot sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9087 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical line with middle dot", or use Unicode Hex Input with 237F.
Ctrl + Shift + U, type 237f, 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-line-with-middle-dot::before { content: "\237F"; }1<span>⍿</span>La représentation du symbole Vertical Line With Middle Dot dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u237F' or String.fromCodePoint(9087) |
| Python | '\N{VERTICAL LINE WITH MIDDLE DOT}' or chr(9087) |
| Rust | '\u{237F}' |
| C / C++ | UTF-8 source or wchar_t with U+237F |
| Go | string(rune(0x237F)) |
| Ruby | "\u{237F}" |
| Code CSS |
\237F |
| Code hexadécimal | 0x237F |
| Code HTML | ⍿ |
| LaTeX | \text{VERTICALLINEWITHMIDDLEDOT} |
| Symbole | ⍿ |
| Encodage URL (pourcent UTF-8) | %E2%8D%BF |
| Nom oral / lecteur d’écran | Vertical Line With Middle Dot |