| Symbolname | Rising Diagonal Crossing Falling Diagonal |
| Unicode-Version | 3.2 |
| Unicode | U+292B |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A4 AB |
| UTF-16 | 292B |
| UTF-32 | 0000292B |
1\documentclass{article}2\usepackage{pifont}3\text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL}4\end{document}Sie können das Symbol rising diagonal crossing falling diagonal auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10539 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rising diagonal crossing falling diagonal", or use Unicode Hex Input with 292B.
Ctrl + Shift + U, type 292b, 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-falling-diagonal::before { content: "\292B"; }1<span>⤫</span>Die Darstellung des Symbols Rising Diagonal Crossing Falling Diagonal in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u292B' or String.fromCodePoint(10539) |
| Python | '\N{RISING DIAGONAL CROSSING FALLING DIAGONAL}' or chr(10539) |
| Rust | '\u{292B}' |
| C / C++ | UTF-8 source or wchar_t with U+292B |
| Go | string(rune(0x292B)) |
| Ruby | "\u{292B}" |
| CSS-Code |
\292B |
| Hexadezimalcode | 0x292B |
| HTML-Code | ⤫ |
| LaTeX | \text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL} |
| Symbol | ⤫ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A4%AB |
| Ansagename (Screenreader) | Rising Diagonal Crossing Falling Diagonal |