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