| Symboolnaam | Black-feathered Rightwards Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+27B5 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9E B5 |
| UTF-16 | 27B5 |
| UTF-32 | 000027B5 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACK-FEATHEREDRIGHTWARDSARROW}4\end{document}Je kunt het black-feathered rightwards arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10165 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black-feathered rightwards arrow", or use Unicode Hex Input with 27B5.
Ctrl + Shift + U, type 27b5, 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-rightwards-arrow::before { content: "\27B5"; }1<span>➵</span>De weergave van het Black-feathered Rightwards Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u27B5' or String.fromCodePoint(10165) |
| Python | '\N{BLACK-FEATHERED RIGHTWARDS ARROW}' or chr(10165) |
| Rust | '\u{27B5}' |
| C / C++ | UTF-8 source or wchar_t with U+27B5 |
| Go | string(rune(0x27B5)) |
| Ruby | "\u{27B5}" |
\27B5 |
| Hexadecimale code | 0x27B5 |
| HTML-code | ➵ |
| LaTeX | \text{BLACK-FEATHEREDRIGHTWARDSARROW} |
| Symbool | ➵ |
| URL-codering (UTF-8 procent) | %E2%9E%B5 |
| Uitgesproken naam / schermlezer | Black-feathered Rightwards Arrow |