| Symboolnaam | Presentation Form For Vertical Em Dash |
| Unicode-versie | 1.1 |
| Unicode | U+FE31 |
| Unicode-blok | |
| Algemene categorie | Dash Punctuation (Pd) |
| UTF-8 | EF B8 B1 |
| UTF-16 | FE31 |
| UTF-32 | 0000FE31 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALEMDASH}4\end{document}Je kunt het presentation form for vertical em dash-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65073 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical em dash", or use Unicode Hex Input with FE31.
Ctrl + Shift + U, type fe31, 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-em-dash::before { content: "\FE31"; }1<span>︱</span>De weergave van het Presentation Form For Vertical Em Dash-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFE31' or String.fromCodePoint(65073) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL EM DASH}' or chr(65073) |
| Rust | '\u{FE31}' |
| C / C++ | UTF-8 source or wchar_t with U+FE31 |
| Go | string(rune(0xFE31)) |
| Ruby | "\u{FE31}" |
| CSS-code |
\FE31 |
| Hexadecimale code | 0xFE31 |
| HTML-code | ︱ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALEMDASH} |
| Symbool | ︱ |
| URL-codering (UTF-8 procent) | %EF%B8%B1 |
| Uitgesproken naam / schermlezer | Presentation Form For Vertical Em Dash |