| Nom du symbole | Presentation Form For Vertical Left Angle Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FE3F |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole presentation form for vertical left angle bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Presentation Form For Vertical Left Angle Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\FE3F |
| Code hexadécimal | 0xFE3F |
| Code HTML | ︿ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTANGLEBRACKET} |
| Symbole | ︿ |
| Encodage URL (pourcent UTF-8) | %EF%B8%BF |
| Nom oral / lecteur d’écran | Presentation Form For Vertical Left Angle Bracket |