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