| Nombre del símbolo | Black Medium Left-pointing Triangle Centred |
| Versión Unicode | 7.0 |
| Unicode | U+2BC7 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 AF 87 |
| UTF-16 | 2BC7 |
| UTF-32 | 00002BC7 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKMEDIUMLEFT-POINTINGTRIANGLECENTRED}4\end{document}Puedes escribir el símbolo black medium left-pointing triangle centred en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11207 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black medium left-pointing triangle centred", or use Unicode Hex Input with 2BC7.
Ctrl + Shift + U, type 2bc7, 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-left-pointing-triangle-centred::before { content: "\2BC7"; }1<span>⯇</span>La representación del símbolo Black Medium Left-pointing Triangle Centred en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2BC7' or String.fromCodePoint(11207) |
| Python | '\N{BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED}' or chr(11207) |
| Rust | '\u{2BC7}' |
| C / C++ | UTF-8 source or wchar_t with U+2BC7 |
| Go | string(rune(0x2BC7)) |
| Ruby | "\u{2BC7}" |
| Código CSS |
\2BC7 |
| Código hexadecimal | 0x2BC7 |
| Código HTML | ⯇ |
| LaTeX | \text{BLACKMEDIUMLEFT-POINTINGTRIANGLECENTRED} |
| Símbolo | ⯇ |
| Codificación URL (porcentaje UTF-8) | %E2%AF%87 |
| Nombre oral / lector de pantalla | Black Medium Left-pointing Triangle Centred |