| Symboolnaam | Four Dot Punctuation |
| Unicode-versie | 4.1 |
| Unicode | U+2058 |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code |
| UTF-8 | E2 81 98 |
| UTF-16 | 2058 |
| UTF-32 | 00002058 |
1\documentclass{article}2\usepackage{pifont}3\text{FOURDOTPUNCTUATION}4\end{document}Je kunt het four dot punctuation-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8280 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "four dot punctuation", or use Unicode Hex Input with 2058.
Ctrl + Shift + U, type 2058, 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.four-dot-punctuation::before { content: "\2058"; }1<span>⁘</span>De weergave van het Four Dot Punctuation-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2058' or String.fromCodePoint(8280) |
| Python | '\N{FOUR DOT PUNCTUATION}' or chr(8280) |
| Rust | '\u{2058}' |
| C / C++ | UTF-8 source or wchar_t with U+2058 |
| Go | string(rune(0x2058)) |
| Ruby | "\u{2058}" |
\2058 |
| Hexadecimale code | 0x2058 |
| HTML-code | ⁘ |
| LaTeX | \text{FOURDOTPUNCTUATION} |
| Symbool | ⁘ |
| URL-codering (UTF-8 procent) | %E2%81%98 |
| Uitgesproken naam / schermlezer | Four Dot Punctuation |