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