| Symboolnaam | Hangul Syllable Hwaelb |
| Unicode-versie | 2.0 |
| Unicode | U+D67B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D67B |
| Hexadecimale code | 0xD67B |
| HTML-code | 홻 |
| LaTeX | \hangul{D67B} |
| Symbool | 홻 |
| URL-codering (UTF-8 procent) | %ED%99%BB |
| Uitgesproken naam / schermlezer | Hangul Syllable Hwaelb |
| UTF-8 | ED 99 BB |
| UTF-16 | D67B |
| UTF-32 | 0000D67B |
1\documentclass{article}2\usepackage{pifont}3\hangul{D67B}4\end{document}Je kunt het hangul syllable hwaelb-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 54907 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hwaelb", or use Unicode Hex Input with D67B.
Ctrl + Shift + U, type d67b, 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-hwaelb::before { content: "\D67B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>홻</span>De weergave van het Hangul Syllable Hwaelb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD67B' or String.fromCodePoint(54907) |
| Python | '\N{HANGUL SYLLABLE HWAELB}' or chr(54907) |
| Rust | '\u{D67B}' |
| C / C++ | UTF-8 source or wchar_t with U+D67B |
| Go | string(rune(0xD67B)) |
| Ruby | "\u{D67B}" |