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