| Symbol Name | Latin Small Letter Dezh Digraph |
| Unicode Version | 1.1 |
| Unicode | U+02A4 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \02A4 |
| Hex Code | 0x02A4 |
| HTML Code | ʤ |
| LaTeX | \text{LATINSMALLLETTERDEZHDIGRAPH} |
| Symbol | ʤ |
| URL encode (UTF-8 percent) | %CA%A4 |
| Spoken / screen reader name | 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}You can type the latin small letter dezh digraph symbol on most modern devices with the help of following methods:
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>Latin Small Letter Dezh Digraph symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |