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