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