| Nombre del símbolo | Hangul Syllable Hwims |
| Versión Unicode | 2.0 |
| Unicode | U+D72A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D72A |
| Código hexadecimal | 0xD72A |
| Código HTML | 휪 |
| LaTeX | \hangul{D72A} |
| Símbolo | 휪 |
| Codificación URL (porcentaje UTF-8) | %ED%9C%AA |
| Nombre oral / lector de pantalla | Hangul Syllable Hwims |
| UTF-8 | ED 9C AA |
| UTF-16 | D72A |
| UTF-32 | 0000D72A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D72A}4\end{document}Puedes escribir el símbolo hangul syllable hwims en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 55082 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hwims", or use Unicode Hex Input with D72A.
Ctrl + Shift + U, type d72a, 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-hwims::before { content: "\D72A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>휪</span>La representación del símbolo Hangul Syllable Hwims en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD72A' or String.fromCodePoint(55082) |
| Python | '\N{HANGUL SYLLABLE HWIMS}' or chr(55082) |
| Rust | '\u{D72A}' |
| C / C++ | UTF-8 source or wchar_t with U+D72A |
| Go | string(rune(0xD72A)) |
| Ruby | "\u{D72A}" |