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