| Nom du symbole | Right Square Bracket With Underbar |
| Version Unicode | 3.2 |
| Unicode | U+298C |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole right square bracket with underbar sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Right Square Bracket With Underbar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\298C |
| Code hexadécimal | 0x298C |
| Code HTML | ⦌ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHUNDERBAR} |
| Symbole | ⦌ |
| Encodage URL (pourcent UTF-8) | %E2%A6%8C |
| Nom oral / lecteur d’écran | Right Square Bracket With Underbar |