| Nome del simbolo | Presentation Form For Vertical Low Line |
| Versione Unicode | 1.1 |
| Unicode | U+FE33 |
| Blocco Unicode | |
| Categoria generale | Connector Punctuation (Pc) |
| UTF-8 | EF B8 B3 |
| UTF-16 | FE33 |
| UTF-32 | 0000FE33 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLOWLINE}4\end{document}Puoi digitare il simbolo presentation form for vertical low line sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 65075 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical low line", or use Unicode Hex Input with FE33.
Ctrl + Shift + U, type fe33, 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 geometric symbol support.
1span.presentation-form-for-vertical-low-line::before { content: "\FE33"; }1<span>︳</span>La rappresentazione del simbolo Presentation Form For Vertical Low Line nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uFE33' or String.fromCodePoint(65075) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LOW LINE}' or chr(65075) |
| Rust | '\u{FE33}' |
| C / C++ | UTF-8 source or wchar_t with U+FE33 |
| Go | string(rune(0xFE33)) |
| Ruby | "\u{FE33}" |
| Codice CSS |
\FE33 |
| Codice esadecimale | 0xFE33 |
| Codice HTML | ︳ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLOWLINE} |
| Simbolo | ︳ |
| Codifica URL (percentuale UTF-8) | %EF%B8%B3 |
| Nome parlato / screen reader | Presentation Form For Vertical Low Line |