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