| Nome del simbolo | Right Arrow With Small Circle |
| Versione Unicode | 3.2 |
| Unicode | U+21F4 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | E2 87 B4 |
| UTF-16 | 21F4 |
| UTF-32 | 000021F4 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTARROWWITHSMALLCIRCLE}4\end{document}Puoi digitare il simbolo right arrow with small circle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Right Arrow With Small Circle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x21F4 |
| Codice HTML | ⇴ |
| LaTeX | \text{RIGHTARROWWITHSMALLCIRCLE} |
| Simbolo | ⇴ |
| Codifica URL (percentuale UTF-8) | %E2%87%B4 |
| Nome parlato / screen reader | Right Arrow With Small Circle |