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