| Symboolnaam | Right Angle Bracket With Dot |
| Unicode-versie | 3.2 |
| Unicode | U+2992 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het right angle bracket with dot-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Right Angle Bracket With Dot-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x2992 |
| HTML-code | ⦒ |
| LaTeX | \text{RIGHTANGLEBRACKETWITHDOT} |
| Symbool | ⦒ |
| URL-codering (UTF-8 procent) | %E2%A6%92 |
| Uitgesproken naam / schermlezer | Right Angle Bracket With Dot |