| Symbol Name | Vertical Bar With Horizontal Stroke |
| Unicode Version | 5.0 |
| Unicode | U+27CA |
| Unicode block | |
| General category | 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}You can type the vertical bar with horizontal stroke symbol on most modern devices with the help of following methods:
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>Vertical Bar With Horizontal Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x27CA |
| HTML Code | ⟊ |
| LaTeX | \text{VERTICALBARWITHHORIZONTALSTROKE} |
| Symbol | ⟊ |
| URL encode (UTF-8 percent) | %E2%9F%8A |
| Spoken / screen reader name | Vertical Bar With Horizontal Stroke |