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