| Nome del simbolo | Hangul Syllable Hwimp |
| Versione Unicode | 2.0 |
| Unicode | U+D72C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D72C |
| Codice esadecimale | 0xD72C |
| Codice HTML | 휬 |
| LaTeX | \hangul{D72C} |
| Simbolo | 휬 |
| Codifica URL (percentuale UTF-8) | %ED%9C%AC |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable hwimp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Hwimp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |