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