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