| Symbolname | Hangul Syllable Bbyong |
| Unicode-Version | 2.0 |
| Unicode | U+BFCB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BFCB |
| Hexadezimalcode | 0xBFCB |
| HTML-Code | 뿋 |
| LaTeX | \hangul{BFCB} |
| Symbol | 뿋 |
| URL-Kodierung (UTF-8-Prozent) | %EB%BF%8B |
| Ansagename (Screenreader) | Hangul Syllable Bbyong |
| UTF-8 | EB BF 8B |
| UTF-16 | BFCB |
| UTF-32 | 0000BFCB |
1\documentclass{article}2\usepackage{pifont}3\hangul{BFCB}4\end{document}Sie können das Symbol hangul syllable bbyong auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 49099 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbyong", or use Unicode Hex Input with BFCB.
Ctrl + Shift + U, type bfcb, 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-bbyong::before { content: "\BFCB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뿋</span>Die Darstellung des Symbols Hangul Syllable Bbyong in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBFCB' or String.fromCodePoint(49099) |
| Python | '\N{HANGUL SYLLABLE BBYONG}' or chr(49099) |
| Rust | '\u{BFCB}' |
| C / C++ | UTF-8 source or wchar_t with U+BFCB |
| Go | string(rune(0xBFCB)) |
| Ruby | "\u{BFCB}" |