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