| Nombre del símbolo | Right Arrow With Small Circle |
| Versión Unicode | 3.2 |
| Unicode | U+21F4 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS |
| UTF-8 | E2 87 B4 |
| UTF-16 | 21F4 |
| UTF-32 | 000021F4 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTARROWWITHSMALLCIRCLE}4\end{document}Puedes escribir el símbolo right arrow with small circle en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Right Arrow With Small Circle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x21F4 |
| Código HTML | ⇴ |
| LaTeX | \text{RIGHTARROWWITHSMALLCIRCLE} |
| Símbolo | ⇴ |
| Codificación URL (porcentaje UTF-8) | %E2%87%B4 |
| Nombre oral / lector de pantalla | Right Arrow With Small Circle |