| 記号名 | Latin Small Letter Z With Curl |
| Unicodeバージョン | 1.1 |
| Unicode | U+0291 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード | \0291 |
| 16進コード | 0x0291 |
| HTMLコード | ʑ |
| LaTeX | \text{LATINSMALLLETTERZWITHCURL} |
| 記号 | ʑ |
| URLエンコード(UTF-8パーセント) | %CA%91 |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでlatin small letter z with curl記号を入力できます:
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>各プログラミング言語におけるLatin Small Letter Z With Curl記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |