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