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