| Nome del simbolo | Latin Small Letter Ezh |
| Versione Unicode | 1.1 |
| Unicode | U+0292 |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \0292 |
| Codice esadecimale | 0x0292 |
| Codice HTML | ʒ |
| LaTeX | \ezh |
| Simbolo | ʒ |
| Codifica URL (percentuale UTF-8) | %CA%92 |
| Nome parlato / screen reader | Latin Small Letter Ezh |
| UTF-8 | CA 92 |
| UTF-16 | 0292 |
| UTF-32 | 00000292 |
1\documentclass{article}2\usepackage{pifont}3\ezh 4\end{document}Puoi digitare il simbolo latin small letter ezh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 658 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ezh", or use Unicode Hex Input with 0292.
Ctrl + Shift + U, type 0292, 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.ezh::before { content: "\0292"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʒ</span>La rappresentazione del simbolo Latin Small Letter Ezh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u0292' or String.fromCodePoint(658) |
| Python | '\N{LATIN SMALL LETTER EZH}' or chr(658) |
| Rust | '\u{0292}' |
| C / C++ | UTF-8 source or wchar_t with U+0292 |
| Go | string(rune(0x0292)) |
| Ruby | "\u{0292}" |