| Symbolname | Vertical Bar With Horizontal Stroke |
| Unicode-Version | 5.0 |
| Unicode | U+27CA |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol vertical bar with horizontal stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Vertical Bar With Horizontal Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\27CA |
| Hexadezimalcode | 0x27CA |
| HTML-Code | ⟊ |
| LaTeX | \text{VERTICALBARWITHHORIZONTALSTROKE} |
| Symbol | ⟊ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9F%8A |
| Ansagename (Screenreader) | Vertical Bar With Horizontal Stroke |