| Symbolname | Down Right Diagonal Ellipsis |
| Unicode-Version | 1.1 |
| Unicode | U+22F1 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code |
| UTF-8 | E2 8B B1 |
| UTF-16 | 22F1 |
| UTF-32 | 000022F1 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⋱}4\end{document}Sie können das Symbol down right diagonal ellipsis auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8945 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "down right diagonal ellipsis", or use Unicode Hex Input with 22F1.
Ctrl + Shift + U, type 22f1, 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.down-right-diagonal-ellipsis::before { content: "\22F1"; }1<span>⋱</span>Die Darstellung des Symbols Down Right Diagonal Ellipsis in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u22F1' or String.fromCodePoint(0x22F1) |
| Python | '\N{DOWN RIGHT DIAGONAL ELLIPSIS}' or chr(8945) |
| Rust | '\u{22F1}' |
| C / C++ | UTF-8 source or wchar_t with U+22F1 |
| Go | string(rune(0x22F1)) |
| Ruby | "\u22F1" |
\22F1 |
| Hexadezimalcode | 0x22F1 |
| HTML-Code | ⋱ |
| LaTeX | \mathrm{⋱} |
| Symbol | ⋱ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8B%B1 |
| Ansagename (Screenreader) | Down Right Diagonal Ellipsis |