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