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