| Symboolnaam | Latin Letter Sinological Dot |
| Unicode-versie | 8.0 |
| Unicode | U+A78F |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | EA 9E 8F |
| UTF-16 | A78F |
| UTF-32 | 0000A78F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSINOLOGICALDOT}4\end{document}Je kunt het latin letter sinological dot-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Letter Sinological Dot-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\A78F |
| Hexadecimale code | 0xA78F |
| HTML-code | ꞏ |
| LaTeX | \text{LATINLETTERSINOLOGICALDOT} |
| Symbool | ꞏ |
| URL-codering (UTF-8 procent) | %EA%9E%8F |
| Uitgesproken naam / schermlezer | Latin Letter Sinological Dot |