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