| Nom du symbole | Fullwidth Left Curly Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FF5B |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | EF BD 9B |
| UTF-16 | FF5B |
| UTF-32 | 0000FF5B |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHLEFTCURLYBRACKET}4\end{document}Vous pouvez saisir le symbole fullwidth left curly bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65371 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth left curly bracket", or use Unicode Hex Input with FF5B.
Ctrl + Shift + U, type ff5b, 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-left-curly-bracket::before { content: "\FF5B"; }1<span>{</span>La représentation du symbole Fullwidth Left Curly Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFF5B' or String.fromCodePoint(65371) |
| Python | '\N{FULLWIDTH LEFT CURLY BRACKET}' or chr(65371) |
| Rust | '\u{FF5B}' |
| C / C++ | UTF-8 source or wchar_t with U+FF5B |
| Go | string(rune(0xFF5B)) |
| Ruby | "\u{FF5B}" |
| Code CSS |
\FF5B |
| Code hexadécimal | 0xFF5B |
| Code HTML | { |
| LaTeX | \text{FULLWIDTHLEFTCURLYBRACKET} |
| Symbole | { |
| Encodage URL (pourcent UTF-8) | %EF%BD%9B |
| Nom oral / lecteur d’écran | Fullwidth Left Curly Bracket |