| Nombre del símbolo | Up Right Diagonal Ellipsis |
| Versión Unicode | 1.1 |
| Unicode | U+22F0 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 8B B0 |
| UTF-16 | 22F0 |
| UTF-32 | 000022F0 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⋰}4\end{document}Puedes escribir el símbolo up right diagonal ellipsis en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8944 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "up right diagonal ellipsis", or use Unicode Hex Input with 22F0.
Ctrl + Shift + U, type 22f0, 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 math symbol support.
1span.up-right-diagonal-ellipsis::before { content: "\22F0"; }1<span>⋰</span>La representación del símbolo Up Right Diagonal Ellipsis en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u22F0' or String.fromCodePoint(0x22F0) |
| Python | '\N{UP RIGHT DIAGONAL ELLIPSIS}' or chr(8944) |
| Rust | '\u{22F0}' |
| C / C++ | UTF-8 source or wchar_t with U+22F0 |
| Go | string(rune(0x22F0)) |
| Ruby | "\u22F0" |
| Código CSS |
\22F0 |
| Código hexadecimal | 0x22F0 |
| Código HTML | ⋰ |
| LaTeX | \mathrm{⋰} |
| Símbolo | ⋰ |
| Codificación URL (porcentaje UTF-8) | %E2%8B%B0 |
| Nombre oral / lector de pantalla | Up Right Diagonal Ellipsis |