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