| Symboolnaam | Latin Small Letter Ts Digraph |
| Unicode-versie | 1.1 |
| Unicode | U+02A6 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \02A6 |
| Hexadecimale code | 0x02A6 |
| HTML-code | ʦ |
| LaTeX | \text{LATINSMALLLETTERTSDIGRAPH} |
| Symbool | ʦ |
| URL-codering (UTF-8 procent) | %CA%A6 |
| Uitgesproken naam / schermlezer | Latin Small Letter Ts Digraph |
| UTF-8 | CA A6 |
| UTF-16 | 02A6 |
| UTF-32 | 000002A6 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTSDIGRAPH}4\end{document}Je kunt het latin small letter ts digraph-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 678 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ts digraph", or use Unicode Hex Input with 02A6.
Ctrl + Shift + U, type 02a6, 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.ts-digraph::before { content: "\02A6"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʦ</span>De weergave van het Latin Small Letter Ts Digraph-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u02A6' or String.fromCodePoint(678) |
| Python | '\N{LATIN SMALL LETTER TS DIGRAPH}' or chr(678) |
| Rust | '\u{02A6}' |
| C / C++ | UTF-8 source or wchar_t with U+02A6 |
| Go | string(rune(0x02A6)) |
| Ruby | "\u{02A6}" |