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