| Nombre del símbolo | Arrow Pointing Rightwards Then Curving Downwards |
| Versión Unicode | 3.2 |
| Unicode | U+2935 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A4 B5 |
| UTF-16 | 2935 |
| UTF-32 | 00002935 |
1\documentclass{article}2\usepackage{pifont}3\text{ARROWPOINTINGRIGHTWARDSTHENCURVINGDOWNWARDS}4\end{document}Puedes escribir el símbolo arrow pointing rightwards then curving downwards en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10549 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "arrow pointing rightwards then curving downwards", or use Unicode Hex Input with 2935.
Ctrl + Shift + U, type 2935, 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.arrow-pointing-rightwards-then-curving-downwards::before { content: "\2935"; }1<span>⤵</span>La representación del símbolo Arrow Pointing Rightwards Then Curving Downwards en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2935' or String.fromCodePoint(10549) |
| Python | '\N{ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS}' or chr(10549) |
| Rust | '\u{2935}' |
| C / C++ | UTF-8 source or wchar_t with U+2935 |
| Go | string(rune(0x2935)) |
| Ruby | "\u{2935}" |
| Código CSS |
\2935 |
| Código hexadecimal | 0x2935 |
| Código HTML | ⤵ |
| LaTeX | \text{ARROWPOINTINGRIGHTWARDSTHENCURVINGDOWNWARDS} |
| Símbolo | ⤵ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%B5 |
| Nombre oral / lector de pantalla | Arrow Pointing Rightwards Then Curving Downwards |