| Nombre del símbolo | Rightwards Squiggle Arrow |
| Versión Unicode | 1.1 |
| Unicode | U+21DD |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 87 9D |
| UTF-16 | 21DD |
| UTF-32 | 000021DD |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSSQUIGGLEARROW}4\end{document}Puedes escribir el símbolo rightwards squiggle arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8669 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards squiggle arrow", or use Unicode Hex Input with 21DD.
Ctrl + Shift + U, type 21dd, 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-squiggle-arrow::before { content: "\21DD"; }1<span>⇝</span>La representación del símbolo Rightwards Squiggle Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21DD' or String.fromCodePoint(8669) |
| Python | '\N{RIGHTWARDS SQUIGGLE ARROW}' or chr(8669) |
| Rust | '\u{21DD}' |
| C / C++ | UTF-8 source or wchar_t with U+21DD |
| Go | string(rune(0x21DD)) |
| Ruby | "\u{21DD}" |
\21DD |
| Código hexadecimal | 0x21DD |
| Código HTML | ⇝ |
| LaTeX | \text{RIGHTWARDSSQUIGGLEARROW} |
| Símbolo | ⇝ |
| Codificación URL (porcentaje UTF-8) | %E2%87%9D |
| Nombre oral / lector de pantalla | Rightwards Squiggle Arrow |