| Nom du symbole | Three Dot Punctuation |
| Version Unicode | 4.1 |
| Unicode | U+2056 |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| UTF-8 | E2 81 96 |
| UTF-16 | 2056 |
| UTF-32 | 00002056 |
1\documentclass{article}2\usepackage{pifont}3\text{THREEDOTPUNCTUATION}4\end{document}Vous pouvez saisir le symbole three dot punctuation sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Three Dot Punctuation dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2056 |
| Code hexadécimal | 0x2056 |
| Code HTML | ⁖ |
| LaTeX | \text{THREEDOTPUNCTUATION} |
| Symbole | ⁖ |
| Encodage URL (pourcent UTF-8) | %E2%81%96 |
| Nom oral / lecteur d’écran | Three Dot Punctuation |