| Symboolnaam | Right White Curly Bracket |
| Unicode-versie | 3.2 |
| Unicode | U+2984 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het right white curly bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Right White Curly Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\2984 |
| Hexadecimale code | 0x2984 |
| HTML-code | ⦄ |
| LaTeX | \text{RIGHTWHITECURLYBRACKET} |
| Symbool | ⦄ |
| URL-codering (UTF-8 procent) | %E2%A6%84 |
| Uitgesproken naam / schermlezer | Right White Curly Bracket |