| Nome del simbolo | Four Dot Punctuation |
| Versione Unicode | 4.1 |
| Unicode | U+2058 |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 81 98 |
| UTF-16 | 2058 |
| UTF-32 | 00002058 |
1\documentclass{article}2\usepackage{pifont}3\text{FOURDOTPUNCTUATION}4\end{document}Puoi digitare il simbolo four dot punctuation sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Four Dot Punctuation nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2058 |
| Codice esadecimale | 0x2058 |
| Codice HTML | ⁘ |
| LaTeX | \text{FOURDOTPUNCTUATION} |
| Simbolo | ⁘ |
| Codifica URL (percentuale UTF-8) | %E2%81%98 |
| Nome parlato / screen reader | Four Dot Punctuation |