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