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