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