| Symbolname | Presentation Form For Vertical Left Double Angle Bracket |
| Unicode-Version | 1.1 |
| Unicode | U+FE3D |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol presentation form for vertical left double angle bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Presentation Form For Vertical Left Double Angle Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xFE3D |
| HTML-Code | ︽ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTDOUBLEANGLEBRACKET} |
| Symbol | ︽ |
| URL-Kodierung (UTF-8-Prozent) | %EF%B8%BD |
| Ansagename (Screenreader) | Presentation Form For Vertical Left Double Angle Bracket |