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