| Symbolname | Two Dot Punctuation |
| Unicode-Version | 4.1 |
| Unicode | U+205A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Punctuation (Po) |
| CSS-Code |
| UTF-8 | E2 81 9A |
| UTF-16 | 205A |
| UTF-32 | 0000205A |
1\documentclass{article}2\usepackage{pifont}3\text{TWODOTPUNCTUATION}4\end{document}Sie können das Symbol two dot punctuation auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8282 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "two dot punctuation", or use Unicode Hex Input with 205A.
Ctrl + Shift + U, type 205a, 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 punctuation support.
1span.two-dot-punctuation::before { content: "\205A"; }1<span>⁚</span>Die Darstellung des Symbols Two Dot Punctuation in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u205A' or String.fromCodePoint(8282) |
| Python | '\N{TWO DOT PUNCTUATION}' or chr(8282) |
| Rust | '\u{205A}' |
| C / C++ | UTF-8 source or wchar_t with U+205A |
| Go | string(rune(0x205A)) |
| Ruby | "\u{205A}" |
\205A |
| Hexadezimalcode | 0x205A |
| HTML-Code | ⁚ |
| LaTeX | \text{TWODOTPUNCTUATION} |
| Symbol | ⁚ |
| URL-Kodierung (UTF-8-Prozent) | %E2%81%9A |
| Ansagename (Screenreader) | Two Dot Punctuation |