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