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