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