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