| Nom du symbole | Hangul Syllable Hyeomb |
| Version Unicode | 2.0 |
| Unicode | U+D611 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D611 |
| Code hexadécimal | 0xD611 |
| Code HTML | 협 |
| LaTeX | \hangul{D611} |
| Symbole | 협 |
| Encodage URL (pourcent UTF-8) | %ED%98%91 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable hyeomb sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Hyeomb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |