| Nombre del símbolo | Black Small Up-pointing Chevron |
| Versión Unicode | 16.0 |
| Unicode | U+1FBCD |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F AF 8D |
| UTF-16 | D83E DFCD |
| UTF-32 | 0001FBCD |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKSMALLUP-POINTINGCHEVRON}4\end{document}Puedes escribir el símbolo black small up-pointing chevron en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "black small up-pointing chevron", or use Unicode Hex Input with 1FBCD.
Ctrl + Shift + U, type 1fbcd, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.black-small-up-pointing-chevron::before { content: "\1FBCD"; }1<span>🯍</span>La representación del símbolo Black Small Up-pointing Chevron en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFCD' or String.fromCodePoint(0x1FBCD) |
| Python | '\N{BLACK SMALL UP-POINTING CHEVRON}' or chr(129997) |
| Rust | '\u{1FBCD}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBCD |
| Go | string(rune(0x1FBCD)) |
| Ruby | "\u{1FBCD}" |
| Código CSS |
\1FBCD |
| Código hexadecimal | 0x1FBCD |
| Código HTML | 🯍 |
| LaTeX | \text{BLACKSMALLUP-POINTINGCHEVRON} |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AF%8D |
| Nombre oral / lector de pantalla | Black Small Up-pointing Chevron |