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