| Nome del simbolo | Hangul Syllable Mwab |
| Versione Unicode | 2.0 |
| Unicode | U+BADA |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BADA |
| Codice esadecimale | 0xBADA |
| Codice HTML | 뫚 |
| LaTeX | \hangul{BADA} |
| Simbolo | 뫚 |
| Codifica URL (percentuale UTF-8) | %EB%AB%9A |
| Nome parlato / screen reader | Hangul Syllable Mwab |
| UTF-8 | EB AB 9A |
| UTF-16 | BADA |
| UTF-32 | 0000BADA |
1\documentclass{article}2\usepackage{pifont}3\hangul{BADA}4\end{document}Puoi digitare il simbolo hangul syllable mwab sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 47834 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwab", or use Unicode Hex Input with BADA.
Ctrl + Shift + U, type bada, 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-mwab::before { content: "\BADA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뫚</span>La rappresentazione del simbolo Hangul Syllable Mwab nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBADA' or String.fromCodePoint(47834) |
| Python | '\N{HANGUL SYLLABLE MWAB}' or chr(47834) |
| Rust | '\u{BADA}' |
| C / C++ | UTF-8 source or wchar_t with U+BADA |
| Go | string(rune(0xBADA)) |
| Ruby | "\u{BADA}" |