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