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