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