| Nome del simbolo | Presentation Form For Vertical Left Curly Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FE37 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo presentation form for vertical left curly bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Presentation Form For Vertical Left Curly Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\FE37 |
| Codice esadecimale | 0xFE37 |
| Codice HTML | ︷ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTCURLYBRACKET} |
| Simbolo | ︷ |
| Codifica URL (percentuale UTF-8) | %EF%B8%B7 |
| Nome parlato / screen reader | Presentation Form For Vertical Left Curly Bracket |