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