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