| Nome del simbolo | Latin Capital Letter Z With Caron |
| Versione Unicode | 1.1 |
| Unicode | U+017D |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C5 BD |
| UTF-16 | 017D |
| UTF-32 | 0000017D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERZWITHCARON}4\end{document}Puoi digitare il simbolo latin capital letter z with caron sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 381 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter z with caron", or use Unicode Hex Input with 017D.
Ctrl + Shift + U, type 017d, 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-capital-letter-z-with-caron::before { content: "\017D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ž</span>La rappresentazione del simbolo Latin Capital Letter Z With Caron nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u017D' or String.fromCodePoint(381) |
| Python | '\N{LATIN CAPITAL LETTER Z WITH CARON}' or chr(381) |
| Rust | '\u{017D}' |
| C / C++ | UTF-8 source or wchar_t with U+017D |
| Go | string(rune(0x017D)) |
| Ruby | "\u{017D}" |
| Codice CSS |
\017D |
| Codice esadecimale | 0x017D |
| Codice HTML | Ž |
| LaTeX | \text{LATINCAPITALLETTERZWITHCARON} |
| Simbolo | Ž |
| Codifica URL (percentuale UTF-8) | %C5%BD |
| Nome parlato / screen reader | Latin Capital Letter Z With Caron |