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