| Nom du symbole | Hangul Syllable Hulm |
| Version Unicode | 2.0 |
| Unicode | U+D6CE |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D6CE |
| Code hexadécimal | 0xD6CE |
| Code HTML | 훎 |
| LaTeX | \hangul{D6CE} |
| Symbole | 훎 |
| Encodage URL (pourcent UTF-8) | %ED%9B%8E |
| Nom oral / lecteur d’écran | Hangul Syllable Hulm |
| UTF-8 | ED 9B 8E |
| UTF-16 | D6CE |
| UTF-32 | 0000D6CE |
1\documentclass{article}2\usepackage{pifont}3\hangul{D6CE}4\end{document}Vous pouvez saisir le symbole hangul syllable hulm sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54990 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hulm", or use Unicode Hex Input with D6CE.
Ctrl + Shift + U, type d6ce, 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-hulm::before { content: "\D6CE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>훎</span>La représentation du symbole Hangul Syllable Hulm dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD6CE' or String.fromCodePoint(54990) |
| Python | '\N{HANGUL SYLLABLE HULM}' or chr(54990) |
| Rust | '\u{D6CE}' |
| C / C++ | UTF-8 source or wchar_t with U+D6CE |
| Go | string(rune(0xD6CE)) |
| Ruby | "\u{D6CE}" |