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