| Symboolnaam | Latin Small Letter Ezh |
| Unicode-versie | 1.1 |
| Unicode | U+0292 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \0292 |
| Hexadecimale code | 0x0292 |
| HTML-code | ʒ |
| LaTeX | \ezh |
| Symbool | ʒ |
| URL-codering (UTF-8 procent) | %CA%92 |
| Uitgesproken naam / schermlezer | 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}Je kunt het latin small letter ezh-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter Ezh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |