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