| Symboolnaam | Heavy Round-tipped Rightwards Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+279C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9E 9C |
| UTF-16 | 279C |
| UTF-32 | 0000279C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYROUND-TIPPEDRIGHTWARDSARROW}4\end{document}Je kunt het heavy round-tipped rightwards arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10140 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy round-tipped rightwards arrow", or use Unicode Hex Input with 279C.
Ctrl + Shift + U, type 279c, 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.heavy-round-tipped-rightwards-arrow::before { content: "\279C"; }1<span>➜</span>De weergave van het Heavy Round-tipped Rightwards Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u279C' or String.fromCodePoint(10140) |
| Python | '\N{HEAVY ROUND-TIPPED RIGHTWARDS ARROW}' or chr(10140) |
| Rust | '\u{279C}' |
| C / C++ | UTF-8 source or wchar_t with U+279C |
| Go | string(rune(0x279C)) |
| Ruby | "\u{279C}" |
\279C |
| Hexadecimale code | 0x279C |
| HTML-code | ➜ |
| LaTeX | \text{HEAVYROUND-TIPPEDRIGHTWARDSARROW} |
| Symbool | ➜ |
| URL-codering (UTF-8 procent) | %E2%9E%9C |
| Uitgesproken naam / schermlezer | Heavy Round-tipped Rightwards Arrow |