| Nombre del símbolo | Left Triangle Beside Vertical Bar |
| Versión Unicode | 3.2 |
| Unicode | U+29CF |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo left triangle beside vertical bar en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Left Triangle Beside Vertical Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\29CF |
| Código hexadecimal | 0x29CF |
| Código HTML | ⧏ |
| LaTeX | \text{LEFTTRIANGLEBESIDEVERTICALBAR} |
| Símbolo | ⧏ |
| Codificación URL (porcentaje UTF-8) | %E2%A7%8F |
| Nombre oral / lector de pantalla | Left Triangle Beside Vertical Bar |