| Nombre del símbolo | Hangul Syllable Hyalm |
| Versión Unicode | 2.0 |
| Unicode | U+D59A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D59A |
| Código hexadecimal | 0xD59A |
| Código HTML | 햚 |
| LaTeX | \hangul{D59A} |
| Símbolo | 햚 |
| Codificación URL (porcentaje UTF-8) | %ED%96%9A |
| Nombre oral / lector de pantalla | Hangul Syllable Hyalm |
| UTF-8 | ED 96 9A |
| UTF-16 | D59A |
| UTF-32 | 0000D59A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D59A}4\end{document}Puedes escribir el símbolo hangul syllable hyalm en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 54682 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hyalm", or use Unicode Hex Input with D59A.
Ctrl + Shift + U, type d59a, 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-hyalm::before { content: "\D59A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>햚</span>La representación del símbolo Hangul Syllable Hyalm en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD59A' or String.fromCodePoint(54682) |
| Python | '\N{HANGUL SYLLABLE HYALM}' or chr(54682) |
| Rust | '\u{D59A}' |
| C / C++ | UTF-8 source or wchar_t with U+D59A |
| Go | string(rune(0xD59A)) |
| Ruby | "\u{D59A}" |