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