| Symbolname | Hangul Syllable Byels |
| Unicode-Version | 2.0 |
| Unicode | U+BCE4 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BCE4 |
| Hexadezimalcode | 0xBCE4 |
| HTML-Code | 볤 |
| LaTeX | \hangul{BCE4} |
| Symbol | 볤 |
| URL-Kodierung (UTF-8-Prozent) | %EB%B3%A4 |
| Ansagename (Screenreader) | Hangul Syllable Byels |
| UTF-8 | EB B3 A4 |
| UTF-16 | BCE4 |
| UTF-32 | 0000BCE4 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BCE4}4\end{document}Sie können das Symbol hangul syllable byels auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48356 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byels", or use Unicode Hex Input with BCE4.
Ctrl + Shift + U, type bce4, 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-byels::before { content: "\BCE4"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>볤</span>Die Darstellung des Symbols Hangul Syllable Byels in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBCE4' or String.fromCodePoint(48356) |
| Python | '\N{HANGUL SYLLABLE BYELS}' or chr(48356) |
| Rust | '\u{BCE4}' |
| C / C++ | UTF-8 source or wchar_t with U+BCE4 |
| Go | string(rune(0xBCE4)) |
| Ruby | "\u{BCE4}" |