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