| Nome del simbolo | Presentation Form For Vertical Left Angle Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FE3F |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | EF B8 BF |
| UTF-16 | FE3F |
| UTF-32 | 0000FE3F |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLEFTANGLEBRACKET}4\end{document}Puoi digitare il simbolo presentation form for vertical left angle bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 65087 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical left angle bracket", or use Unicode Hex Input with FE3F.
Ctrl + Shift + U, type fe3f, 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-angle-bracket::before { content: "\FE3F"; }1<span>︿</span>La rappresentazione del simbolo Presentation Form For Vertical Left Angle Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uFE3F' or String.fromCodePoint(65087) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET}' or chr(65087) |
| Rust | '\u{FE3F}' |
| C / C++ | UTF-8 source or wchar_t with U+FE3F |
| Go | string(rune(0xFE3F)) |
| Ruby | "\u{FE3F}" |
| Codice CSS |
\FE3F |
| Codice esadecimale | 0xFE3F |
| Codice HTML | ︿ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTANGLEBRACKET} |
| Simbolo | ︿ |
| Codifica URL (percentuale UTF-8) | %EF%B8%BF |
| Nome parlato / screen reader | Presentation Form For Vertical Left Angle Bracket |