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