| Symboolnaam | Right Square Bracket With Underbar |
| Unicode-versie | 3.2 |
| Unicode | U+298C |
| Unicode-blok | |
| Algemene categorie | Close Punctuation (Pe) |
| UTF-8 | E2 A6 8C |
| UTF-16 | 298C |
| UTF-32 | 0000298C |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTSQUAREBRACKETWITHUNDERBAR}4\end{document}Je kunt het right square bracket with underbar-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10636 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right square bracket with underbar", or use Unicode Hex Input with 298C.
Ctrl + Shift + U, type 298c, 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-square-bracket-with-underbar::before { content: "\298C"; }1<span>⦌</span>De weergave van het Right Square Bracket With Underbar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u298C' or String.fromCodePoint(10636) |
| Python | '\N{RIGHT SQUARE BRACKET WITH UNDERBAR}' or chr(10636) |
| Rust | '\u{298C}' |
| C / C++ | UTF-8 source or wchar_t with U+298C |
| Go | string(rune(0x298C)) |
| Ruby | "\u{298C}" |
| CSS-code |
\298C |
| Hexadecimale code | 0x298C |
| HTML-code | ⦌ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHUNDERBAR} |
| Symbool | ⦌ |
| URL-codering (UTF-8 procent) | %E2%A6%8C |
| Uitgesproken naam / schermlezer | Right Square Bracket With Underbar |