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