| Symboolnaam | Downwards Triple Arrow |
| Unicode-versie | 3.2 |
| Unicode | U+290B |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \290B |
| Hexadecimale code | 0x290B |
| HTML-code | ⤋ |
| LaTeX | \text{DOWNWARDSTRIPLEARROW} |
| Symbool | ⤋ |
| URL-codering (UTF-8 procent) | %E2%A4%8B |
| Uitgesproken naam / schermlezer | Downwards Triple Arrow |
| UTF-8 | E2 A4 8B |
| UTF-16 | 290B |
| UTF-32 | 0000290B |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSTRIPLEARROW}4\end{document}Je kunt het downwards triple arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10507 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards triple arrow", or use Unicode Hex Input with 290B.
Ctrl + Shift + U, type 290b, 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-triple-arrow::before { content: "\290B"; }1<span>⤋</span>De weergave van het Downwards Triple Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u290B' or String.fromCodePoint(10507) |
| Python | '\N{DOWNWARDS TRIPLE ARROW}' or chr(10507) |
| Rust | '\u{290B}' |
| C / C++ | UTF-8 source or wchar_t with U+290B |
| Go | string(rune(0x290B)) |
| Ruby | "\u{290B}" |