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