| Symbol Name | Black Medium Right-pointing Triangle Centred |
| Unicode Version | 7.0 |
| Unicode | U+2BC8 |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 AF 88 |
| UTF-16 | 2BC8 |
| UTF-32 | 00002BC8 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKMEDIUMRIGHT-POINTINGTRIANGLECENTRED}4\end{document}You can type the black medium right-pointing triangle centred symbol on most modern devices with the help of following methods:
Alt + 11208 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black medium right-pointing triangle centred", or use Unicode Hex Input with 2BC8.
Ctrl + Shift + U, type 2bc8, 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-right-pointing-triangle-centred::before { content: "\2BC8"; }1<span>⯈</span>Black Medium Right-pointing Triangle Centred symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2BC8' or String.fromCodePoint(11208) |
| Python | '\N{BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED}' or chr(11208) |
| Rust | '\u{2BC8}' |
| C / C++ | UTF-8 source or wchar_t with U+2BC8 |
| Go | string(rune(0x2BC8)) |
| Ruby | "\u{2BC8}" |
| CSS Code |
\2BC8 |
| Hex Code | 0x2BC8 |
| HTML Code | ⯈ |
| LaTeX | \text{BLACKMEDIUMRIGHT-POINTINGTRIANGLECENTRED} |
| Symbol | ⯈ |
| URL encode (UTF-8 percent) | %E2%AF%88 |
| Spoken / screen reader name | Black Medium Right-pointing Triangle Centred |