| Symbol Name | Fullwidth Right Curly Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FF5D |
| Unicode block | |
| General category | 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}You can type the fullwidth right curly bracket symbol on most modern devices with the help of following methods:
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>Fullwidth Right Curly Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0xFF5D |
| HTML Code | } |
| LaTeX | \text{FULLWIDTHRIGHTCURLYBRACKET} |
| Symbol | } |
| URL encode (UTF-8 percent) | %EF%BD%9D |
| Spoken / screen reader name | Fullwidth Right Curly Bracket |