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