| Nom du symbole | Black Down-pointing Triangle |
| Version Unicode | 1.1 |
| Unicode | U+25BC |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 96 BC |
| UTF-16 | 25BC |
| UTF-32 | 000025BC |
1\documentclass{article}2\usepackage{pifont}3\blacktriangledown 4\end{document}Vous pouvez saisir le symbole black down-pointing triangle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9660 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black down-pointing triangle", or use Unicode Hex Input with 25BC.
Ctrl + Shift + U, type 25bc, 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-down-pointing-triangle::before { content: "\25BC"; }1<span>▼</span>La représentation du symbole Black Down-pointing Triangle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u25BC' or String.fromCodePoint(9660) |
| Python | '\N{BLACK DOWN-POINTING TRIANGLE}' or chr(9660) |
| Rust | '\u{25BC}' |
| C / C++ | UTF-8 source or wchar_t with U+25BC |
| Go | string(rune(0x25BC)) |
| Ruby | "\u{25BC}" |
| Code CSS |
\25BC |
| Code hexadécimal | 0x25BC |
| Code HTML | ▼ |
| LaTeX | \blacktriangledown |
| Symbole | ▼ |
| Encodage URL (pourcent UTF-8) | %E2%96%BC |
| Nom oral / lecteur d’écran | Black Down-pointing Triangle |