| Symboolnaam | Rightwards Squiggle Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+21DD |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 87 9D |
| UTF-16 | 21DD |
| UTF-32 | 000021DD |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSSQUIGGLEARROW}4\end{document}Je kunt het rightwards squiggle arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Rightwards Squiggle Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x21DD |
| HTML-code | ⇝ |
| LaTeX | \text{RIGHTWARDSSQUIGGLEARROW} |
| Symbool | ⇝ |
| URL-codering (UTF-8 procent) | %E2%87%9D |
| Uitgesproken naam / schermlezer | Rightwards Squiggle Arrow |