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