| Symbolname | Presentation Form For Vertical Left Parenthesis |
| Unicode-Version | 1.1 |
| Unicode | U+FE35 |
| Unicode-Block | |
| Allgemeine Kategorie | Open Punctuation (Ps) |
| UTF-8 | EF B8 B5 |
| UTF-16 | FE35 |
| UTF-32 | 0000FE35 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLEFTPARENTHESIS}4\end{document}Sie können das Symbol presentation form for vertical left parenthesis auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 65077 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical left parenthesis", or use Unicode Hex Input with FE35.
Ctrl + Shift + U, type fe35, 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-parenthesis::before { content: "\FE35"; }1<span>︵</span>Die Darstellung des Symbols Presentation Form For Vertical Left Parenthesis in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uFE35' or String.fromCodePoint(65077) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS}' or chr(65077) |
| Rust | '\u{FE35}' |
| C / C++ | UTF-8 source or wchar_t with U+FE35 |
| Go | string(rune(0xFE35)) |
| Ruby | "\u{FE35}" |
| CSS-Code |
\FE35 |
| Hexadezimalcode | 0xFE35 |
| HTML-Code | ︵ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTPARENTHESIS} |
| Symbol | ︵ |
| URL-Kodierung (UTF-8-Prozent) | %EF%B8%B5 |
| Ansagename (Screenreader) | Presentation Form For Vertical Left Parenthesis |