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