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