| Nom du symbole | Hangul Syllable Myegs |
| Version Unicode | 2.0 |
| Unicode | U+BA8F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BA8F |
| Code hexadécimal | 0xBA8F |
| Code HTML | 몏 |
| LaTeX | \hangul{BA8F} |
| Symbole | 몏 |
| Encodage URL (pourcent UTF-8) | %EB%AA%8F |
| Nom oral / lecteur d’écran | Hangul Syllable Myegs |
| UTF-8 | EB AA 8F |
| UTF-16 | BA8F |
| UTF-32 | 0000BA8F |
1\documentclass{article}2\usepackage{pifont}3\hangul{BA8F}4\end{document}Vous pouvez saisir le symbole hangul syllable myegs sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 47759 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable myegs", or use Unicode Hex Input with BA8F.
Ctrl + Shift + U, type ba8f, 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-myegs::before { content: "\BA8F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>몏</span>La représentation du symbole Hangul Syllable Myegs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uBA8F' or String.fromCodePoint(47759) |
| Python | '\N{HANGUL SYLLABLE MYEGS}' or chr(47759) |
| Rust | '\u{BA8F}' |
| C / C++ | UTF-8 source or wchar_t with U+BA8F |
| Go | string(rune(0xBA8F)) |
| Ruby | "\u{BA8F}" |