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