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