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