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