| Symbolname | Heavy Round-tipped Rightwards Arrow |
| Unicode-Version | 1.1 |
| Unicode | U+279C |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol heavy round-tipped rightwards arrow auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Heavy Round-tipped Rightwards Arrow in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x279C |
| HTML-Code | ➜ |
| LaTeX | \text{HEAVYROUND-TIPPEDRIGHTWARDSARROW} |
| Symbol | ➜ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9E%9C |
| Ansagename (Screenreader) | Heavy Round-tipped Rightwards Arrow |