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