| Nom du symbole | Right Arrow With Small Circle |
| Version Unicode | 3.2 |
| Unicode | U+21F4 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS |
| UTF-8 | E2 87 B4 |
| UTF-16 | 21F4 |
| UTF-32 | 000021F4 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTARROWWITHSMALLCIRCLE}4\end{document}Vous pouvez saisir le symbole right arrow with small circle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8692 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right arrow with small circle", or use Unicode Hex Input with 21F4.
Ctrl + Shift + U, type 21f4, 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.right-arrow-with-small-circle::before { content: "\21F4"; }1<span>⇴</span>La représentation du symbole Right Arrow With Small Circle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u21F4' or String.fromCodePoint(8692) |
| Python | '\N{RIGHT ARROW WITH SMALL CIRCLE}' or chr(8692) |
| Rust | '\u{21F4}' |
| C / C++ | UTF-8 source or wchar_t with U+21F4 |
| Go | string(rune(0x21F4)) |
| Ruby | "\u{21F4}" |
\21F4 |
| Code hexadécimal | 0x21F4 |
| Code HTML | ⇴ |
| LaTeX | \text{RIGHTARROWWITHSMALLCIRCLE} |
| Symbole | ⇴ |
| Encodage URL (pourcent UTF-8) | %E2%87%B4 |
| Nom oral / lecteur d’écran | Right Arrow With Small Circle |