| Symbolname | Rightwards Arrow With Stroke |
| Unicode-Version | 1.1 |
| Unicode | U+219B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol rightwards arrow with stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Rightwards Arrow With Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x219B |
| HTML-Code | ↛ |
| LaTeX | \text{RIGHTWARDSARROWWITHSTROKE} |
| Symbol | ↛ |
| URL-Kodierung (UTF-8-Prozent) | %E2%86%9B |
| Ansagename (Screenreader) | Rightwards Arrow With Stroke |