| Nombre del símbolo | Hangul Syllable Mwab |
| Versión Unicode | 2.0 |
| Unicode | U+BADA |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BADA |
| Código hexadecimal | 0xBADA |
| Código HTML | 뫚 |
| LaTeX | \hangul{BADA} |
| Símbolo | 뫚 |
| Codificación URL (porcentaje UTF-8) | %EB%AB%9A |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable mwab en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Mwab en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |