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