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