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