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