| 記号名 | Heavy Round-tipped Rightwards Arrow |
| Unicodeバージョン | 1.1 |
| Unicode | U+279C |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9E 9C |
| UTF-16 | 279C |
| UTF-32 | 0000279C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYROUND-TIPPEDRIGHTWARDSARROW}4\end{document}以下の方法でほとんどの最新デバイスでheavy round-tipped rightwards arrow記号を入力できます:
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>各プログラミング言語におけるHeavy Round-tipped Rightwards Arrow記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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 |
| 16進コード | 0x279C |
| HTMLコード | ➜ |
| LaTeX | \text{HEAVYROUND-TIPPEDRIGHTWARDSARROW} |
| 記号 | ➜ |
| URLエンコード(UTF-8パーセント) | %E2%9E%9C |
| 読み上げ名 / スクリーンリーダー | Heavy Round-tipped Rightwards Arrow |