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