| Nome del simbolo | Right White Curly Bracket |
| Versione Unicode | 3.2 |
| Unicode | U+2984 |
| Blocco Unicode | |
| Categoria generale | Close Punctuation (Pe) |
| UTF-8 | E2 A6 84 |
| UTF-16 | 2984 |
| UTF-32 | 00002984 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWHITECURLYBRACKET}4\end{document}Puoi digitare il simbolo right white curly bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10628 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right white curly bracket", or use Unicode Hex Input with 2984.
Ctrl + Shift + U, type 2984, 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-white-curly-bracket::before { content: "\2984"; }1<span>⦄</span>La rappresentazione del simbolo Right White Curly Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2984' or String.fromCodePoint(10628) |
| Python | '\N{RIGHT WHITE CURLY BRACKET}' or chr(10628) |
| Rust | '\u{2984}' |
| C / C++ | UTF-8 source or wchar_t with U+2984 |
| Go | string(rune(0x2984)) |
| Ruby | "\u{2984}" |
| Codice CSS |
\2984 |
| Codice esadecimale | 0x2984 |
| Codice HTML | ⦄ |
| LaTeX | \text{RIGHTWHITECURLYBRACKET} |
| Simbolo | ⦄ |
| Codifica URL (percentuale UTF-8) | %E2%A6%84 |
| Nome parlato / screen reader | Right White Curly Bracket |