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