| Symbol Name | Black Left-pointing Small Triangle |
| Unicode Version | 1.1 |
| Unicode | U+25C2 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 97 82 |
| UTF-16 | 25C2 |
| UTF-32 | 000025C2 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKLEFT-POINTINGSMALLTRIANGLE}4\end{document}You can type the black left-pointing small triangle symbol on most modern devices with the help of following methods:
Alt + 9666 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black left-pointing small triangle", or use Unicode Hex Input with 25C2.
Ctrl + Shift + U, type 25c2, 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.black-left-pointing-small-triangle::before { content: "\25C2"; }1<span>◂</span>Black Left-pointing Small Triangle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u25C2' or String.fromCodePoint(9666) |
| Python | '\N{BLACK LEFT-POINTING SMALL TRIANGLE}' or chr(9666) |
| Rust | '\u{25C2}' |
| C / C++ | UTF-8 source or wchar_t with U+25C2 |
| Go | string(rune(0x25C2)) |
| Ruby | "\u{25C2}" |
\25C2 |
| Hex Code | 0x25C2 |
| HTML Code | ◂ |
| LaTeX | \text{BLACKLEFT-POINTINGSMALLTRIANGLE} |
| Symbol | ◂ |
| URL encode (UTF-8 percent) | %E2%97%82 |
| Spoken / screen reader name | Black Left-pointing Small Triangle |