| Symbolname | Vertical Line With Middle Dot |
| Unicode-Version | 3.0 |
| Unicode | U+237F |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol vertical line with middle dot auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Vertical Line With Middle Dot in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\237F |
| Hexadezimalcode | 0x237F |
| HTML-Code | ⍿ |
| LaTeX | \text{VERTICALLINEWITHMIDDLEDOT} |
| Symbol | ⍿ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8D%BF |
| Ansagename (Screenreader) | Vertical Line With Middle Dot |