| Symbol Name | Right Angle Bracket With Dot |
| Unicode Version | 3.2 |
| Unicode | U+2992 |
| Unicode block | |
| General category | 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}You can type the right angle bracket with dot symbol on most modern devices with the help of following methods:
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>Right Angle Bracket With Dot symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2992 |
| HTML Code | ⦒ |
| LaTeX | \text{RIGHTANGLEBRACKETWITHDOT} |
| Symbol | ⦒ |
| URL encode (UTF-8 percent) | %E2%A6%92 |
| Spoken / screen reader name | Right Angle Bracket With Dot |