| Symboolnaam | Two Dot Punctuation |
| Unicode-versie | 4.1 |
| Unicode | U+205A |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het two dot punctuation-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Two Dot Punctuation-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x205A |
| HTML-code | ⁚ |
| LaTeX | \text{TWODOTPUNCTUATION} |
| Symbool | ⁚ |
| URL-codering (UTF-8 procent) | %E2%81%9A |
| Uitgesproken naam / schermlezer | Two Dot Punctuation |