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