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