| Symboolnaam | Hangul Syllable Bbyoms |
| Unicode-versie | 2.0 |
| Unicode | U+BFC2 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BFC2 |
| Hexadecimale code | 0xBFC2 |
| HTML-code | 뿂 |
| LaTeX | \hangul{BFC2} |
| Symbool | 뿂 |
| URL-codering (UTF-8 procent) | %EB%BF%82 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable bbyoms-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Bbyoms-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |