| Symboolnaam | Hangul Syllable Bbyael |
| Unicode-versie | 2.0 |
| Unicode | U+BEBC |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BEBC |
| Hexadecimale code | 0xBEBC |
| HTML-code | 뺼 |
| LaTeX | \hangul{BEBC} |
| Symbool | 뺼 |
| URL-codering (UTF-8 procent) | %EB%BA%BC |
| Uitgesproken naam / schermlezer | Hangul Syllable Bbyael |
| UTF-8 | EB BA BC |
| UTF-16 | BEBC |
| UTF-32 | 0000BEBC |
1\documentclass{article}2\usepackage{pifont}3\hangul{BEBC}4\end{document}Je kunt het hangul syllable bbyael-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48828 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbyael", or use Unicode Hex Input with BEBC.
Ctrl + Shift + U, type bebc, 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-bbyael::before { content: "\BEBC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뺼</span>De weergave van het Hangul Syllable Bbyael-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBEBC' or String.fromCodePoint(48828) |
| Python | '\N{HANGUL SYLLABLE BBYAEL}' or chr(48828) |
| Rust | '\u{BEBC}' |
| C / C++ | UTF-8 source or wchar_t with U+BEBC |
| Go | string(rune(0xBEBC)) |
| Ruby | "\u{BEBC}" |