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