| Symboolnaam | Rightwards Paired Arrows |
| Unicode-versie | 1.1 |
| Unicode | U+21C9 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \21C9 |
| Hexadecimale code | 0x21C9 |
| HTML-code | ⇉ |
| LaTeX | \text{RIGHTWARDSPAIREDARROWS} |
| Symbool | ⇉ |
| URL-codering (UTF-8 procent) | %E2%87%89 |
| Uitgesproken naam / schermlezer | Rightwards Paired Arrows |
| UTF-8 | E2 87 89 |
| UTF-16 | 21C9 |
| UTF-32 | 000021C9 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSPAIREDARROWS}4\end{document}Je kunt het rightwards paired arrows-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8649 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards paired arrows", or use Unicode Hex Input with 21C9.
Ctrl + Shift + U, type 21c9, 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-paired-arrows::before { content: "\21C9"; }1<span>⇉</span>De weergave van het Rightwards Paired Arrows-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u21C9' or String.fromCodePoint(8649) |
| Python | '\N{RIGHTWARDS PAIRED ARROWS}' or chr(8649) |
| Rust | '\u{21C9}' |
| C / C++ | UTF-8 source or wchar_t with U+21C9 |
| Go | string(rune(0x21C9)) |
| Ruby | "\u{21C9}" |