| Nombre del símbolo | Hangul Syllable Hiss |
| Versión Unicode | 2.0 |
| Unicode | U+D7A2 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D7A2 |
| Código hexadecimal | 0xD7A2 |
| Código HTML | 힢 |
| LaTeX | \hangul{D7A2} |
| Símbolo | 힢 |
| Codificación URL (porcentaje UTF-8) | %ED%9E%A2 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable hiss en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Hiss en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |