| Symbol Name | Presentation Form For Vertical Left Double Angle Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FE3D |
| Unicode block | |
| General category | 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}You can type the presentation form for vertical left double angle bracket symbol on most modern devices with the help of following methods:
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>Presentation Form For Vertical Left Double Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\FE3D |
| Hex Code | 0xFE3D |
| HTML Code | ︽ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTDOUBLEANGLEBRACKET} |
| Symbol | ︽ |
| URL encode (UTF-8 percent) | %EF%B8%BD |
| Spoken / screen reader name | Presentation Form For Vertical Left Double Angle Bracket |