| Symbol Name | Hangul Syllable Hweod |
| Unicode Version | 2.0 |
| Unicode | U+D6E7 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D6E7 |
| Hex Code | 0xD6E7 |
| HTML Code | 훧 |
| LaTeX | \hangul{D6E7} |
| Symbol | 훧 |
| URL encode (UTF-8 percent) | %ED%9B%A7 |
| Spoken / screen reader name | Hangul Syllable Hweod |
| UTF-8 | ED 9B A7 |
| UTF-16 | D6E7 |
| UTF-32 | 0000D6E7 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D6E7}4\end{document}You can type the hangul syllable hweod symbol on most modern devices with the help of following methods:
Alt + 55015 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hweod", or use Unicode Hex Input with D6E7.
Ctrl + Shift + U, type d6e7, 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-hweod::before { content: "\D6E7"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>훧</span>Hangul Syllable Hweod symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD6E7' or String.fromCodePoint(55015) |
| Python | '\N{HANGUL SYLLABLE HWEOD}' or chr(55015) |
| Rust | '\u{D6E7}' |
| C / C++ | UTF-8 source or wchar_t with U+D6E7 |
| Go | string(rune(0xD6E7)) |
| Ruby | "\u{D6E7}" |