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