| 記号名 | Hangul Syllable Heuss |
| Unicodeバージョン | 2.0 |
| Unicode | U+D76A |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \D76A |
| 16進コード | 0xD76A |
| HTMLコード | 흪 |
| LaTeX | \hangul{D76A} |
| 記号 | 흪 |
| URLエンコード(UTF-8パーセント) | %ED%9D%AA |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Heuss |
| UTF-8 | ED 9D AA |
| UTF-16 | D76A |
| UTF-32 | 0000D76A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D76A}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable heuss記号を入力できます:
Alt + 55146 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable heuss", or use Unicode Hex Input with D76A.
Ctrl + Shift + U, type d76a, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-heuss::before { content: "\D76A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>흪</span>各プログラミング言語におけるHangul Syllable Heuss記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD76A' or String.fromCodePoint(55146) |
| Python | '\N{HANGUL SYLLABLE HEUSS}' or chr(55146) |
| Rust | '\u{D76A}' |
| C / C++ | UTF-8 source or wchar_t with U+D76A |
| Go | string(rune(0xD76A)) |
| Ruby | "\u{D76A}" |