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