| Nome del simbolo | Black Medium Down-pointing Triangle Centred |
| Versione Unicode | 7.0 |
| Unicode | U+2BC6 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo black medium down-pointing triangle centred sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Black Medium Down-pointing Triangle Centred nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2BC6 |
| Codice esadecimale | 0x2BC6 |
| Codice HTML | ⯆ |
| LaTeX | \text{BLACKMEDIUMDOWN-POINTINGTRIANGLECENTRED} |
| Simbolo | ⯆ |
| Codifica URL (percentuale UTF-8) | %E2%AF%86 |
| Nome parlato / screen reader | Black Medium Down-pointing Triangle Centred |