| Nome del simbolo | Fullwidth Right Curly Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FF5D |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo fullwidth right curly bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Fullwidth Right Curly Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\FF5D |
| Codice esadecimale | 0xFF5D |
| Codice HTML | } |
| LaTeX | \text{FULLWIDTHRIGHTCURLYBRACKET} |
| Simbolo | } |
| Codifica URL (percentuale UTF-8) | %EF%BD%9D |
| Nome parlato / screen reader | Fullwidth Right Curly Bracket |