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