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