| 記号名 | Rising Diagonal Crossing South East Arrow |
| Unicodeバージョン | 3.2 |
| Unicode | U+2930 |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 A4 B0 |
| UTF-16 | 2930 |
| UTF-32 | 00002930 |
1\documentclass{article}2\usepackage{pifont}3\text{RISINGDIAGONALCROSSINGSOUTHEASTARROW}4\end{document}以下の方法でほとんどの最新デバイスでrising diagonal crossing south east arrow記号を入力できます:
Alt + 10544 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rising diagonal crossing south east arrow", or use Unicode Hex Input with 2930.
Ctrl + Shift + U, type 2930, 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.rising-diagonal-crossing-south-east-arrow::before { content: "\2930"; }1<span>⤰</span>各プログラミング言語におけるRising Diagonal Crossing South East Arrow記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2930' or String.fromCodePoint(10544) |
| Python | '\N{RISING DIAGONAL CROSSING SOUTH EAST ARROW}' or chr(10544) |
| Rust | '\u{2930}' |
| C / C++ | UTF-8 source or wchar_t with U+2930 |
| Go | string(rune(0x2930)) |
| Ruby | "\u{2930}" |
\2930 |
| 16進コード | 0x2930 |
| HTMLコード | ⤰ |
| LaTeX | \text{RISINGDIAGONALCROSSINGSOUTHEASTARROW} |
| 記号 | ⤰ |
| URLエンコード(UTF-8パーセント) | %E2%A4%B0 |
| 読み上げ名 / スクリーンリーダー | Rising Diagonal Crossing South East Arrow |