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