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