| Symbol Name | Latin Small Letter Dz Digraph |
| Unicode Version | 1.1 |
| Unicode | U+02A3 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \02A3 |
| Hex Code | 0x02A3 |
| HTML Code | ʣ |
| LaTeX | \text{LATINSMALLLETTERDZDIGRAPH} |
| Symbol | ʣ |
| URL encode (UTF-8 percent) | %CA%A3 |
| Spoken / screen reader name | Latin Small Letter Dz Digraph |
| UTF-8 | CA A3 |
| UTF-16 | 02A3 |
| UTF-32 | 000002A3 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERDZDIGRAPH}4\end{document}You can type the latin small letter dz digraph symbol on most modern devices with the help of following methods:
Alt + 675 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter dz digraph", or use Unicode Hex Input with 02A3.
Ctrl + Shift + U, type 02a3, 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.dz-digraph::before { content: "\02A3"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʣ</span>Latin Small Letter Dz Digraph symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02A3' or String.fromCodePoint(675) |
| Python | '\N{LATIN SMALL LETTER DZ DIGRAPH}' or chr(675) |
| Rust | '\u{02A3}' |
| C / C++ | UTF-8 source or wchar_t with U+02A3 |
| Go | string(rune(0x02A3)) |
| Ruby | "\u{02A3}" |