| Nombre del símbolo | Large Left Triangle Operator |
| Versión Unicode | 3.2 |
| Unicode | U+2A1E |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo large left triangle operator en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Large Left Triangle Operator en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2A1E |
| Código hexadecimal | 0x2A1E |
| Código HTML | ⨞ |
| LaTeX | \text{LARGELEFTTRIANGLEOPERATOR} |
| Símbolo | ⨞ |
| Codificación URL (porcentaje UTF-8) | %E2%A8%9E |
| Nombre oral / lector de pantalla | Large Left Triangle Operator |