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