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