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