| Symbolname | Hangul Syllable Hiss |
| Unicode-Version | 2.0 |
| Unicode | U+D7A2 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D7A2 |
| Hexadezimalcode | 0xD7A2 |
| HTML-Code | 힢 |
| LaTeX | \hangul{D7A2} |
| Symbol | 힢 |
| URL-Kodierung (UTF-8-Prozent) | %ED%9E%A2 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable hiss auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Hiss in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |