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