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