| Symbolname | Hangul Syllable Bbyoms |
| Unicode-Version | 2.0 |
| Unicode | U+BFC2 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BFC2 |
| Hexadezimalcode | 0xBFC2 |
| HTML-Code | 뿂 |
| LaTeX | \hangul{BFC2} |
| Symbol | 뿂 |
| URL-Kodierung (UTF-8-Prozent) | %EB%BF%82 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable bbyoms auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Bbyoms in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |