| 記号名 | Hangul Syllable Hwaemh |
| Unicodeバージョン | 2.0 |
| Unicode | U+D685 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \D685 |
| 16進コード | 0xD685 |
| HTMLコード | 횅 |
| LaTeX | \hangul{D685} |
| 記号 | 횅 |
| URLエンコード(UTF-8パーセント) | %ED%9A%85 |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Hwaemh |
| UTF-8 | ED 9A 85 |
| UTF-16 | D685 |
| UTF-32 | 0000D685 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D685}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable hwaemh記号を入力できます:
Alt + 54917 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hwaemh", or use Unicode Hex Input with D685.
Ctrl + Shift + U, type d685, 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-hwaemh::before { content: "\D685"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>횅</span>各プログラミング言語におけるHangul Syllable Hwaemh記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD685' or String.fromCodePoint(54917) |
| Python | '\N{HANGUL SYLLABLE HWAEMH}' or chr(54917) |
| Rust | '\u{D685}' |
| C / C++ | UTF-8 source or wchar_t with U+D685 |
| Go | string(rune(0xD685)) |
| Ruby | "\u{D685}" |