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