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