| Nom du symbole | Rightwards Arrow With Stroke |
| Version Unicode | 1.1 |
| Unicode | U+219B |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS |
| UTF-8 | E2 86 9B |
| UTF-16 | 219B |
| UTF-32 | 0000219B |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSARROWWITHSTROKE}4\end{document}Vous pouvez saisir le symbole rightwards arrow with stroke sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Rightwards Arrow With Stroke dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x219B |
| Code HTML | ↛ |
| LaTeX | \text{RIGHTWARDSARROWWITHSTROKE} |
| Symbole | ↛ |
| Encodage URL (pourcent UTF-8) | %E2%86%9B |
| Nom oral / lecteur d’écran | Rightwards Arrow With Stroke |