| Nom du symbole | Rising Diagonal Crossing South East Arrow |
| Version Unicode | 3.2 |
| Unicode | U+2930 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 A4 B0 |
| UTF-16 | 2930 |
| UTF-32 | 00002930 |
1\documentclass{article}2\usepackage{pifont}3\text{RISINGDIAGONALCROSSINGSOUTHEASTARROW}4\end{document}Vous pouvez saisir le symbole rising diagonal crossing south east arrow sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Rising Diagonal Crossing South East Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2930 |
| Code hexadécimal | 0x2930 |
| Code HTML | ⤰ |
| LaTeX | \text{RISINGDIAGONALCROSSINGSOUTHEASTARROW} |
| Symbole | ⤰ |
| Encodage URL (pourcent UTF-8) | %E2%A4%B0 |
| Nom oral / lecteur d’écran | Rising Diagonal Crossing South East Arrow |