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