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