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