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