| Nome del simbolo | Hangul Syllable Mwad |
| Versione Unicode | 2.0 |
| Unicode | U+BACB |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BACB |
| Codice esadecimale | 0xBACB |
| Codice HTML | 뫋 |
| LaTeX | \hangul{BACB} |
| Simbolo | 뫋 |
| Codifica URL (percentuale UTF-8) | %EB%AB%8B |
| Nome parlato / screen reader | Hangul Syllable Mwad |
| UTF-8 | EB AB 8B |
| UTF-16 | BACB |
| UTF-32 | 0000BACB |
1\documentclass{article}2\usepackage{pifont}3\hangul{BACB}4\end{document}Puoi digitare il simbolo hangul syllable mwad sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 47819 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwad", or use Unicode Hex Input with BACB.
Ctrl + Shift + U, type bacb, 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-mwad::before { content: "\BACB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뫋</span>La rappresentazione del simbolo Hangul Syllable Mwad nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBACB' or String.fromCodePoint(47819) |
| Python | '\N{HANGUL SYLLABLE MWAD}' or chr(47819) |
| Rust | '\u{BACB}' |
| C / C++ | UTF-8 source or wchar_t with U+BACB |
| Go | string(rune(0xBACB)) |
| Ruby | "\u{BACB}" |