| Symboolnaam | Latin Capital Letter Z With Caron |
| Unicode-versie | 1.1 |
| Unicode | U+017D |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code |
| UTF-8 | C5 BD |
| UTF-16 | 017D |
| UTF-32 | 0000017D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERZWITHCARON}4\end{document}Je kunt het latin capital letter z with caron-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Capital Letter Z With Caron-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\017D |
| Hexadecimale code | 0x017D |
| HTML-code | Ž |
| LaTeX | \text{LATINCAPITALLETTERZWITHCARON} |
| Symbool | Ž |
| URL-codering (UTF-8 procent) | %C5%BD |
| Uitgesproken naam / schermlezer | Latin Capital Letter Z With Caron |