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