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