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