| Symbolname | Hangul Syllable Hyalp |
| Unicode-Version | 2.0 |
| Unicode | U+D59E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D59E |
| Hexadezimalcode | 0xD59E |
| HTML-Code | 햞 |
| LaTeX | \hangul{D59E} |
| Symbol | 햞 |
| URL-Kodierung (UTF-8-Prozent) | %ED%96%9E |
| Ansagename (Screenreader) | Hangul Syllable Hyalp |
| UTF-8 | ED 96 9E |
| UTF-16 | D59E |
| UTF-32 | 0000D59E |
1\documentclass{article}2\usepackage{pifont}3\hangul{D59E}4\end{document}Sie können das Symbol hangul syllable hyalp auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 54686 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hyalp", or use Unicode Hex Input with D59E.
Ctrl + Shift + U, type d59e, 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-hyalp::before { content: "\D59E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>햞</span>Die Darstellung des Symbols Hangul Syllable Hyalp in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD59E' or String.fromCodePoint(54686) |
| Python | '\N{HANGUL SYLLABLE HYALP}' or chr(54686) |
| Rust | '\u{D59E}' |
| C / C++ | UTF-8 source or wchar_t with U+D59E |
| Go | string(rune(0xD59E)) |
| Ruby | "\u{D59E}" |