| Symbolname | Hangul Syllable Beolg |
| Unicode-Version | 2.0 |
| Unicode | U+BC8D |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BC8D |
| Hexadezimalcode | 0xBC8D |
| HTML-Code | 벍 |
| LaTeX | \hangul{BC8D} |
| Symbol | 벍 |
| URL-Kodierung (UTF-8-Prozent) | %EB%B2%8D |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable beolg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Beolg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |