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