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