| Nome del simbolo | Rightwards Arrow With Stroke |
| Versione Unicode | 1.1 |
| Unicode | U+219B |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | E2 86 9B |
| UTF-16 | 219B |
| UTF-32 | 0000219B |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSARROWWITHSTROKE}4\end{document}Puoi digitare il simbolo rightwards arrow with stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Rightwards Arrow With Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x219B |
| Codice HTML | ↛ |
| LaTeX | \text{RIGHTWARDSARROWWITHSTROKE} |
| Simbolo | ↛ |
| Codifica URL (percentuale UTF-8) | %E2%86%9B |
| Nome parlato / screen reader | Rightwards Arrow With Stroke |