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