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