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