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