| Symboolnaam | Black-feathered North East Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+27B6 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9E B6 |
| UTF-16 | 27B6 |
| UTF-32 | 000027B6 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACK-FEATHEREDNORTHEASTARROW}4\end{document}Je kunt het black-feathered north east arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10166 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black-feathered north east arrow", or use Unicode Hex Input with 27B6.
Ctrl + Shift + U, type 27b6, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.black-feathered-north-east-arrow::before { content: "\27B6"; }1<span>➶</span>De weergave van het Black-feathered North East Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u27B6' or String.fromCodePoint(10166) |
| Python | '\N{BLACK-FEATHERED NORTH EAST ARROW}' or chr(10166) |
| Rust | '\u{27B6}' |
| C / C++ | UTF-8 source or wchar_t with U+27B6 |
| Go | string(rune(0x27B6)) |
| Ruby | "\u{27B6}" |
\27B6 |
| Hexadecimale code | 0x27B6 |
| HTML-code | ➶ |
| LaTeX | \text{BLACK-FEATHEREDNORTHEASTARROW} |
| Symbool | ➶ |
| URL-codering (UTF-8 procent) | %E2%9E%B6 |
| Uitgesproken naam / schermlezer | Black-feathered North East Arrow |