| Symboolnaam | Black Small Up-pointing Chevron |
| Unicode-versie | 16.0 |
| Unicode | U+1FBCD |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het black small up-pointing chevron-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Black Small Up-pointing Chevron-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x1FBCD |
| HTML-code | 🯍 |
| LaTeX | \text{BLACKSMALLUP-POINTINGCHEVRON} |
| Symbool | |
| URL-codering (UTF-8 procent) | %F0%9F%AF%8D |
| Uitgesproken naam / schermlezer | Black Small Up-pointing Chevron |