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