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