| Nombre del símbolo | Rising Diagonal Crossing Falling Diagonal |
| Versión Unicode | 3.2 |
| Unicode | U+292B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo rising diagonal crossing falling diagonal en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Rising Diagonal Crossing Falling Diagonal en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\292B |
| Código hexadecimal | 0x292B |
| Código HTML | ⤫ |
| LaTeX | \text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL} |
| Símbolo | ⤫ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%AB |
| Nombre oral / lector de pantalla | Rising Diagonal Crossing Falling Diagonal |