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