| Nom du symbole | Fullwidth Right Curly Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FF5D |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole fullwidth right curly bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Fullwidth Right Curly Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\FF5D |
| Code hexadécimal | 0xFF5D |
| Code HTML | } |
| LaTeX | \text{FULLWIDTHRIGHTCURLYBRACKET} |
| Symbole | } |
| Encodage URL (pourcent UTF-8) | %EF%BD%9D |
| Nom oral / lecteur d’écran | Fullwidth Right Curly Bracket |