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