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