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