| Nombre del símbolo | Latin Small Letter Dezh Digraph |
| Versión Unicode | 1.1 |
| Unicode | U+02A4 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \02A4 |
| Código hexadecimal | 0x02A4 |
| Código HTML | ʤ |
| LaTeX | \text{LATINSMALLLETTERDEZHDIGRAPH} |
| Símbolo | ʤ |
| Codificación URL (porcentaje UTF-8) | %CA%A4 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo latin small letter dezh digraph en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter Dezh Digraph en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |