| Nombre del símbolo | Right Square Bracket With Underbar |
| Versión Unicode | 3.2 |
| Unicode | U+298C |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo right square bracket with underbar en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Right Square Bracket With Underbar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\298C |
| Código hexadecimal | 0x298C |
| Código HTML | ⦌ |
| LaTeX | \text{RIGHTSQUAREBRACKETWITHUNDERBAR} |
| Símbolo | ⦌ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%8C |
| Nombre oral / lector de pantalla | Right Square Bracket With Underbar |