| Nom du symbole | Two Dot Punctuation |
| Version Unicode | 4.1 |
| Unicode | U+205A |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| Code CSS |
| UTF-8 | E2 81 9A |
| UTF-16 | 205A |
| UTF-32 | 0000205A |
1\documentclass{article}2\usepackage{pifont}3\text{TWODOTPUNCTUATION}4\end{document}Vous pouvez saisir le symbole two dot punctuation sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8282 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "two dot punctuation", or use Unicode Hex Input with 205A.
Ctrl + Shift + U, type 205a, 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.two-dot-punctuation::before { content: "\205A"; }1<span>⁚</span>La représentation du symbole Two Dot Punctuation dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u205A' or String.fromCodePoint(8282) |
| Python | '\N{TWO DOT PUNCTUATION}' or chr(8282) |
| Rust | '\u{205A}' |
| C / C++ | UTF-8 source or wchar_t with U+205A |
| Go | string(rune(0x205A)) |
| Ruby | "\u{205A}" |
\205A |
| Code hexadécimal | 0x205A |
| Code HTML | ⁚ |
| LaTeX | \text{TWODOTPUNCTUATION} |
| Symbole | ⁚ |
| Encodage URL (pourcent UTF-8) | %E2%81%9A |
| Nom oral / lecteur d’écran | Two Dot Punctuation |