| Nombre del símbolo | Hangul Syllable Hwimp |
| Versión Unicode | 2.0 |
| Unicode | U+D72C |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D72C |
| Código hexadecimal | 0xD72C |
| Código HTML | 휬 |
| LaTeX | \hangul{D72C} |
| Símbolo | 휬 |
| Codificación URL (porcentaje UTF-8) | %ED%9C%AC |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable hwimp en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Hwimp en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |