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