| 記号名 | Latin Small Letter Ezh With Caron |
| Unicodeバージョン | 1.1 |
| Unicode | U+01EF |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | C7 AF |
| UTF-16 | 01EF |
| UTF-32 | 000001EF |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEREZHWITHCARON}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter ezh with caron記号を入力できます:
Alt + 495 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ezh with caron", or use Unicode Hex Input with 01EF.
Ctrl + Shift + U, type 01ef, 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-small-letter-ezh-with-caron::before { content: "\01EF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǯ</span>各プログラミング言語におけるLatin Small Letter Ezh With Caron記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u01EF' or String.fromCodePoint(495) |
| Python | '\N{LATIN SMALL LETTER EZH WITH CARON}' or chr(495) |
| Rust | '\u{01EF}' |
| C / C++ | UTF-8 source or wchar_t with U+01EF |
| Go | string(rune(0x01EF)) |
| Ruby | "\u{01EF}" |
\01EF |
| 16進コード | 0x01EF |
| HTMLコード | ǯ |
| LaTeX | \text{LATINSMALLLETTEREZHWITHCARON} |
| 記号 | ǯ |
| URLエンコード(UTF-8パーセント) | %C7%AF |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Ezh With Caron |