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