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