| Nome del simbolo | Right Square Bracket With Underbar |
| Versione Unicode | 3.2 |
| Unicode | U+298C |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo right square bracket with underbar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Right Square Bracket With Underbar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\298C |
| Codice esadecimale | 0x298C |
| Codice HTML | ⦌ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHUNDERBAR} |
| Simbolo | ⦌ |
| Codifica URL (percentuale UTF-8) | %E2%A6%8C |
| Nome parlato / screen reader | Right Square Bracket With Underbar |