| Symbol Name | Left Triangle Beside Vertical Bar |
| Unicode Version | 3.2 |
| Unicode | U+29CF |
| Unicode block | |
| General category | Math Symbol (Sm) |
| UTF-8 | E2 A7 8F |
| UTF-16 | 29CF |
| UTF-32 | 000029CF |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTTRIANGLEBESIDEVERTICALBAR}4\end{document}You can type the left triangle beside vertical bar symbol on most modern devices with the help of following methods:
Alt + 10703 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left triangle beside vertical bar", or use Unicode Hex Input with 29CF.
Ctrl + Shift + U, type 29cf, 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.left-triangle-beside-vertical-bar::before { content: "\29CF"; }1<span>⧏</span>Left Triangle Beside Vertical Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u29CF' or String.fromCodePoint(10703) |
| Python | '\N{LEFT TRIANGLE BESIDE VERTICAL BAR}' or chr(10703) |
| Rust | '\u{29CF}' |
| C / C++ | UTF-8 source or wchar_t with U+29CF |
| Go | string(rune(0x29CF)) |
| Ruby | "\u{29CF}" |
| CSS Code |
\29CF |
| Hex Code | 0x29CF |
| HTML Code | ⧏ |
| LaTeX | \text{LEFTTRIANGLEBESIDEVERTICALBAR} |
| Symbol | ⧏ |
| URL encode (UTF-8 percent) | %E2%A7%8F |
| Spoken / screen reader name | Left Triangle Beside Vertical Bar |