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