| Symbol Name | Three Dot Punctuation |
| Unicode Version | 4.1 |
| Unicode | U+2056 |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | E2 81 96 |
| UTF-16 | 2056 |
| UTF-32 | 00002056 |
1\documentclass{article}2\usepackage{pifont}3\text{THREEDOTPUNCTUATION}4\end{document}You can type the three dot punctuation symbol on most modern devices with the help of following methods:
Alt + 8278 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "three dot punctuation", or use Unicode Hex Input with 2056.
Ctrl + Shift + U, type 2056, 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.three-dot-punctuation::before { content: "\2056"; }1<span>⁖</span>Three Dot Punctuation symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2056' or String.fromCodePoint(8278) |
| Python | '\N{THREE DOT PUNCTUATION}' or chr(8278) |
| Rust | '\u{2056}' |
| C / C++ | UTF-8 source or wchar_t with U+2056 |
| Go | string(rune(0x2056)) |
| Ruby | "\u{2056}" |
\2056 |
| Hex Code | 0x2056 |
| HTML Code | ⁖ |
| LaTeX | \text{THREEDOTPUNCTUATION} |
| Symbol | ⁖ |
| URL encode (UTF-8 percent) | %E2%81%96 |
| Spoken / screen reader name | Three Dot Punctuation |