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