| Symbolname | Right Angle Bracket With Dot |
| Unicode-Version | 3.2 |
| Unicode | U+2992 |
| Unicode-Block | |
| Allgemeine Kategorie | Close Punctuation (Pe) |
| UTF-8 | E2 A6 92 |
| UTF-16 | 2992 |
| UTF-32 | 00002992 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTANGLEBRACKETWITHDOT}4\end{document}Sie können das Symbol right angle bracket with dot auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10642 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right angle bracket with dot", or use Unicode Hex Input with 2992.
Ctrl + Shift + U, type 2992, 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 bracket and quote support.
1span.right-angle-bracket-with-dot::before { content: "\2992"; }1<span>⦒</span>Die Darstellung des Symbols Right Angle Bracket With Dot in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2992' or String.fromCodePoint(10642) |
| Python | '\N{RIGHT ANGLE BRACKET WITH DOT}' or chr(10642) |
| Rust | '\u{2992}' |
| C / C++ | UTF-8 source or wchar_t with U+2992 |
| Go | string(rune(0x2992)) |
| Ruby | "\u{2992}" |
| CSS-Code |
\2992 |
| Hexadezimalcode | 0x2992 |
| HTML-Code | ⦒ |
| LaTeX | \text{RIGHTANGLEBRACKETWITHDOT} |
| Symbol | ⦒ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A6%92 |
| Ansagename (Screenreader) | Right Angle Bracket With Dot |