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