| Nom du symbole | Modifier Letter Small Z |
| Version Unicode | 4.1 |
| Unicode | U+1DBB |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| Code CSS | \1DBB |
| Code hexadécimal | 0x1DBB |
| Code HTML | ᶻ |
| LaTeX | \text{MODIFIERLETTERSMALLZ} |
| Symbole | ᶻ |
| Encodage URL (pourcent UTF-8) | %E1%B6%BB |
| Nom oral / lecteur d’écran | Modifier Letter Small Z |
| UTF-8 | E1 B6 BB |
| UTF-16 | 1DBB |
| UTF-32 | 00001DBB |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLZ}4\end{document}Vous pouvez saisir le symbole modifier letter small z sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7611 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small z", or use Unicode Hex Input with 1DBB.
Ctrl + Shift + U, type 1dbb, 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-z::before { content: "\1DBB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᶻ</span>La représentation du symbole Modifier Letter Small Z dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1DBB' or String.fromCodePoint(7611) |
| Python | '\N{MODIFIER LETTER SMALL Z}' or chr(7611) |
| Rust | '\u{1DBB}' |
| C / C++ | UTF-8 source or wchar_t with U+1DBB |
| Go | string(rune(0x1DBB)) |
| Ruby | "\u{1DBB}" |