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