| Symboolnaam | Fullwidth Right Curly Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+FF5D |
| Unicode-blok | |
| Algemene categorie | Close Punctuation (Pe) |
| UTF-8 | EF BD 9D |
| UTF-16 | FF5D |
| UTF-32 | 0000FF5D |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHRIGHTCURLYBRACKET}4\end{document}Je kunt het fullwidth right curly bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65373 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth right curly bracket", or use Unicode Hex Input with FF5D.
Ctrl + Shift + U, type ff5d, 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.fullwidth-right-curly-bracket::before { content: "\FF5D"; }1<span>}</span>De weergave van het Fullwidth Right Curly Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFF5D' or String.fromCodePoint(65373) |
| Python | '\N{FULLWIDTH RIGHT CURLY BRACKET}' or chr(65373) |
| Rust | '\u{FF5D}' |
| C / C++ | UTF-8 source or wchar_t with U+FF5D |
| Go | string(rune(0xFF5D)) |
| Ruby | "\u{FF5D}" |
| CSS-code |
\FF5D |
| Hexadecimale code | 0xFF5D |
| HTML-code | } |
| LaTeX | \text{FULLWIDTHRIGHTCURLYBRACKET} |
| Symbool | } |
| URL-codering (UTF-8 procent) | %EF%BD%9D |
| Uitgesproken naam / schermlezer | Fullwidth Right Curly Bracket |