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