| Symbol Name | Black Small Up-pointing Chevron |
| Unicode Version | 16.0 |
| Unicode | U+1FBCD |
| Unicode block | |
| General category | 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}You can type the black small up-pointing chevron symbol on most modern devices with the help of following methods:
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>Black Small Up-pointing Chevron symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\1FBCD |
| Hex Code | 0x1FBCD |
| HTML Code | 🯍 |
| LaTeX | \text{BLACKSMALLUP-POINTINGCHEVRON} |
| Symbol | |
| URL encode (UTF-8 percent) | %F0%9F%AF%8D |
| Spoken / screen reader name | Black Small Up-pointing Chevron |