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