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