| Nombre del símbolo | White Left-pointing Triangle |
| Versión Unicode | 1.1 |
| Unicode | U+25C1 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 97 81 |
| UTF-16 | 25C1 |
| UTF-32 | 000025C1 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITELEFT-POINTINGTRIANGLE}4\end{document}Puedes escribir el símbolo white left-pointing triangle en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9665 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white left-pointing triangle", or use Unicode Hex Input with 25C1.
Ctrl + Shift + U, type 25c1, 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.white-left-pointing-triangle::before { content: "\25C1"; }1<span>◁</span>La representación del símbolo White Left-pointing Triangle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25C1' or String.fromCodePoint(9665) |
| Python | '\N{WHITE LEFT-POINTING TRIANGLE}' or chr(9665) |
| Rust | '\u{25C1}' |
| C / C++ | UTF-8 source or wchar_t with U+25C1 |
| Go | string(rune(0x25C1)) |
| Ruby | "\u{25C1}" |
| Código CSS |
\25C1 |
| Código hexadecimal | 0x25C1 |
| Código HTML | ◁ |
| LaTeX | \text{WHITELEFT-POINTINGTRIANGLE} |
| Símbolo | ◁ |
| Codificación URL (porcentaje UTF-8) | %E2%97%81 |
| Nombre oral / lector de pantalla | White Left-pointing Triangle |