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