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