| Symboolnaam | Hangul Syllable Hiss |
| Unicode-versie | 2.0 |
| Unicode | U+D7A2 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D7A2 |
| Hexadecimale code | 0xD7A2 |
| HTML-code | 힢 |
| LaTeX | \hangul{D7A2} |
| Symbool | 힢 |
| URL-codering (UTF-8 procent) | %ED%9E%A2 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable hiss-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Hiss-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |