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