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