| Nom du symbole | Latin Letter Sinological Dot |
| Version Unicode | 8.0 |
| Unicode | U+A78F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | EA 9E 8F |
| UTF-16 | A78F |
| UTF-32 | 0000A78F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSINOLOGICALDOT}4\end{document}Vous pouvez saisir le symbole latin letter sinological dot sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42895 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter sinological dot", or use Unicode Hex Input with A78F.
Ctrl + Shift + U, type a78f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-letter-sinological-dot::before { content: "\A78F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꞏ</span>La représentation du symbole Latin Letter Sinological Dot dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA78F' or String.fromCodePoint(42895) |
| Python | '\N{LATIN LETTER SINOLOGICAL DOT}' or chr(42895) |
| Rust | '\u{A78F}' |
| C / C++ | UTF-8 source or wchar_t with U+A78F |
| Go | string(rune(0xA78F)) |
| Ruby | "\u{A78F}" |
| Code CSS |
\A78F |
| Code hexadécimal | 0xA78F |
| Code HTML | ꞏ |
| LaTeX | \text{LATINLETTERSINOLOGICALDOT} |
| Symbole | ꞏ |
| Encodage URL (pourcent UTF-8) | %EA%9E%8F |
| Nom oral / lecteur d’écran | Latin Letter Sinological Dot |