| Nombre del símbolo | Latin Small Letter Z With Curl |
| Versión Unicode | 1.1 |
| Unicode | U+0291 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \0291 |
| Código hexadecimal | 0x0291 |
| Código HTML | ʑ |
| LaTeX | \text{LATINSMALLLETTERZWITHCURL} |
| Símbolo | ʑ |
| Codificación URL (porcentaje UTF-8) | %CA%91 |
| Nombre oral / lector de pantalla | Latin Small Letter Z With Curl |
| UTF-8 | CA 91 |
| UTF-16 | 0291 |
| UTF-32 | 00000291 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERZWITHCURL}4\end{document}Puedes escribir el símbolo latin small letter z with curl en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 657 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter z with curl", or use Unicode Hex Input with 0291.
Ctrl + Shift + U, type 0291, 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.z-curl::before { content: "\0291"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʑ</span>La representación del símbolo Latin Small Letter Z With Curl en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u0291' or String.fromCodePoint(657) |
| Python | '\N{LATIN SMALL LETTER Z WITH CURL}' or chr(657) |
| Rust | '\u{0291}' |
| C / C++ | UTF-8 source or wchar_t with U+0291 |
| Go | string(rune(0x0291)) |
| Ruby | "\u{0291}" |