| Nome del simbolo | Hangul Syllable Hyeomb |
| Versione Unicode | 2.0 |
| Unicode | U+D611 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D611 |
| Codice esadecimale | 0xD611 |
| Codice HTML | 협 |
| LaTeX | \hangul{D611} |
| Simbolo | 협 |
| Codifica URL (percentuale UTF-8) | %ED%98%91 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable hyeomb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Hyeomb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |