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