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