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