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