| Nombre del símbolo | Hangul Syllable Mwags |
| Versión Unicode | 2.0 |
| Unicode | U+BAC7 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BAC7 |
| Código hexadecimal | 0xBAC7 |
| Código HTML | 뫇 |
| LaTeX | \hangul{BAC7} |
| Símbolo | 뫇 |
| Codificación URL (porcentaje UTF-8) | %EB%AB%87 |
| Nombre oral / lector de pantalla | Hangul Syllable Mwags |
| UTF-8 | EB AB 87 |
| UTF-16 | BAC7 |
| UTF-32 | 0000BAC7 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BAC7}4\end{document}Puedes escribir el símbolo hangul syllable mwags en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 47815 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwags", or use Unicode Hex Input with BAC7.
Ctrl + Shift + U, type bac7, 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-mwags::before { content: "\BAC7"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뫇</span>La representación del símbolo Hangul Syllable Mwags en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uBAC7' or String.fromCodePoint(47815) |
| Python | '\N{HANGUL SYLLABLE MWAGS}' or chr(47815) |
| Rust | '\u{BAC7}' |
| C / C++ | UTF-8 source or wchar_t with U+BAC7 |
| Go | string(rune(0xBAC7)) |
| Ruby | "\u{BAC7}" |