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