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