| Symbol Name | Hangul Syllable Bbegs |
| Unicode Version | 2.0 |
| Unicode | U+BEEF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BEEF |
| Hex Code | 0xBEEF |
| HTML Code | 뻯 |
| LaTeX | \hangul{BEEF} |
| Symbol | 뻯 |
| URL encode (UTF-8 percent) | %EB%BB%AF |
| Spoken / screen reader name | 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}You can type the hangul syllable bbegs symbol on most modern devices with the help of following methods:
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>Hangul Syllable Bbegs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |