| Nom du symbole | Hangul Syllable Hyalm |
| Version Unicode | 2.0 |
| Unicode | U+D59A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D59A |
| Code hexadécimal | 0xD59A |
| Code HTML | 햚 |
| LaTeX | \hangul{D59A} |
| Symbole | 햚 |
| Encodage URL (pourcent UTF-8) | %ED%96%9A |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable hyalm sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Hyalm dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |