| Symbol Name | Hangul Syllable Hwel |
| Unicode Version | 2.0 |
| Unicode | U+D704 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D704 |
| Hex Code | 0xD704 |
| HTML Code | 휄 |
| LaTeX | \hangul{D704} |
| Symbol | 휄 |
| URL encode (UTF-8 percent) | %ED%9C%84 |
| Spoken / screen reader name | Hangul Syllable Hwel |
| UTF-8 | ED 9C 84 |
| UTF-16 | D704 |
| UTF-32 | 0000D704 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D704}4\end{document}You can type the hangul syllable hwel symbol on most modern devices with the help of following methods:
Alt + 55044 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hwel", or use Unicode Hex Input with D704.
Ctrl + Shift + U, type d704, 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-hwel::before { content: "\D704"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>휄</span>Hangul Syllable Hwel symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD704' or String.fromCodePoint(55044) |
| Python | '\N{HANGUL SYLLABLE HWEL}' or chr(55044) |
| Rust | '\u{D704}' |
| C / C++ | UTF-8 source or wchar_t with U+D704 |
| Go | string(rune(0xD704)) |
| Ruby | "\u{D704}" |