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