| Nombre del símbolo | Latin Capital Letter Z With Caron |
| Versión Unicode | 1.1 |
| Unicode | U+017D |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin capital letter z with caron en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Capital Letter Z With Caron en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\017D |
| Código hexadecimal | 0x017D |
| Código HTML | Ž |
| LaTeX | \text{LATINCAPITALLETTERZWITHCARON} |
| Símbolo | Ž |
| Codificación URL (porcentaje UTF-8) | %C5%BD |
| Nombre oral / lector de pantalla | Latin Capital Letter Z With Caron |