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