| Symboolnaam | Latin Small Letter Ezh With Curl |
| Unicode-versie | 1.1 |
| Unicode | U+0293 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \0293 |
| Hexadecimale code | 0x0293 |
| HTML-code | ʓ |
| LaTeX | \text{LATINSMALLLETTEREZHWITHCURL} |
| Symbool | ʓ |
| URL-codering (UTF-8 procent) | %CA%93 |
| Uitgesproken naam / schermlezer | Latin Small Letter Ezh With Curl |
| UTF-8 | CA 93 |
| UTF-16 | 0293 |
| UTF-32 | 00000293 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEREZHWITHCURL}4\end{document}Je kunt het latin small letter ezh with curl-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 659 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ezh with curl", or use Unicode Hex Input with 0293.
Ctrl + Shift + U, type 0293, 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-curl::before { content: "\0293"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʓ</span>De weergave van het Latin Small Letter Ezh With Curl-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u0293' or String.fromCodePoint(659) |
| Python | '\N{LATIN SMALL LETTER EZH WITH CURL}' or chr(659) |
| Rust | '\u{0293}' |
| C / C++ | UTF-8 source or wchar_t with U+0293 |
| Go | string(rune(0x0293)) |
| Ruby | "\u{0293}" |