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