| 記号名 | Modifier Letter Capital H With Stroke |
| Unicodeバージョン | 6.1 |
| Unicode | U+A7F8 |
| Unicodeブロック | |
| 一般カテゴリ | Modifier Letter (Lm) |
| CSSコード |
| UTF-8 | EA 9F B8 |
| UTF-16 | A7F8 |
| UTF-32 | 0000A7F8 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERCAPITALHWITHSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでmodifier letter capital h with stroke記号を入力できます:
Alt + 43000 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter capital h with stroke", or use Unicode Hex Input with A7F8.
Ctrl + Shift + U, type a7f8, 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.modifier-letter-capital-h-with-stroke::before { content: "\A7F8"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟸ</span>各プログラミング言語におけるModifier Letter Capital H With Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uA7F8' or String.fromCodePoint(43000) |
| Python | '\N{MODIFIER LETTER CAPITAL H WITH STROKE}' or chr(43000) |
| Rust | '\u{A7F8}' |
| C / C++ | UTF-8 source or wchar_t with U+A7F8 |
| Go | string(rune(0xA7F8)) |
| Ruby | "\u{A7F8}" |
\A7F8 |
| 16進コード | 0xA7F8 |
| HTMLコード | ꟸ |
| LaTeX | \text{MODIFIERLETTERCAPITALHWITHSTROKE} |
| 記号 | ꟸ |
| URLエンコード(UTF-8パーセント) | %EA%9F%B8 |
| 読み上げ名 / スクリーンリーダー | Modifier Letter Capital H With Stroke |