| Symboolnaam | Hangul Syllable Hyulb |
| Unicode-versie | 2.0 |
| Unicode | U+D73F |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D73F |
| Hexadecimale code | 0xD73F |
| HTML-code | 휿 |
| LaTeX | \hangul{D73F} |
| Symbool | 휿 |
| URL-codering (UTF-8 procent) | %ED%9C%BF |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable hyulb-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Hyulb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |