| Symbol Name | White Down-pointing Triangle |
| Unicode Version | 1.1 |
| Unicode | U+25BD |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 96 BD |
| UTF-16 | 25BD |
| UTF-32 | 000025BD |
1\documentclass{article}2\usepackage{pifont}3\triangledown 4\end{document}You can type the white down-pointing triangle symbol on most modern devices with the help of following methods:
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>White Down-pointing Triangle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\25BD |
| Hex Code | 0x25BD |
| HTML Code | ▽ |
| LaTeX | \triangledown |
| Symbol | ▽ |
| URL encode (UTF-8 percent) | %E2%96%BD |
| Spoken / screen reader name | White Down-pointing Triangle |