| Nom du symbole | Modifier Letter Small Ezh |
| Version Unicode | 4.1 |
| Unicode | U+1DBE |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| Code CSS | \1DBE |
| Code hexadécimal | 0x1DBE |
| Code HTML | ᶾ |
| LaTeX | \text{MODIFIERLETTERSMALLEZH} |
| Symbole | ᶾ |
| Encodage URL (pourcent UTF-8) | %E1%B6%BE |
| Nom oral / lecteur d’écran | Modifier Letter Small Ezh |
| UTF-8 | E1 B6 BE |
| UTF-16 | 1DBE |
| UTF-32 | 00001DBE |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLEZH}4\end{document}Vous pouvez saisir le symbole modifier letter small ezh sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Modifier Letter Small Ezh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |