| Symboolnaam | Black Right Pointing Index |
| Unicode-versie | 1.1 |
| Unicode | U+261B |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 98 9B |
| UTF-16 | 261B |
| UTF-32 | 0000261B |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKRIGHTPOINTINGINDEX}4\end{document}Je kunt het black right pointing index-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9755 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black right pointing index", or use Unicode Hex Input with 261B.
Ctrl + Shift + U, type 261b, 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 ornament and fleuron support.
1span.black-right-pointing-index::before { content: "\261B"; }1<span>☛</span>De weergave van het Black Right Pointing Index-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u261B' or String.fromCodePoint(9755) |
| Python | '\N{BLACK RIGHT POINTING INDEX}' or chr(9755) |
| Rust | '\u{261B}' |
| C / C++ | UTF-8 source or wchar_t with U+261B |
| Go | string(rune(0x261B)) |
| Ruby | "\u{261B}" |
\261B |
| Hexadecimale code | 0x261B |
| HTML-code | ☛ |
| LaTeX | \text{BLACKRIGHTPOINTINGINDEX} |
| Symbool | ☛ |
| URL-codering (UTF-8 procent) | %E2%98%9B |
| Uitgesproken naam / schermlezer | Black Right Pointing Index |