| Symbol Name | Hangul Syllable Bbeolm |
| Unicode Version | 2.0 |
| Unicode | U+BEDA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BEDA |
| Hex Code | 0xBEDA |
| HTML Code | 뻚 |
| LaTeX | \hangul{BEDA} |
| Symbol | 뻚 |
| URL encode (UTF-8 percent) | %EB%BB%9A |
| Spoken / screen reader name | Hangul Syllable Bbeolm |
| UTF-8 | EB BB 9A |
| UTF-16 | BEDA |
| UTF-32 | 0000BEDA |
1\documentclass{article}2\usepackage{pifont}3\hangul{BEDA}4\end{document}You can type the hangul syllable bbeolm symbol on most modern devices with the help of following methods:
Alt + 48858 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbeolm", or use Unicode Hex Input with BEDA.
Ctrl + Shift + U, type beda, 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-bbeolm::before { content: "\BEDA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뻚</span>Hangul Syllable Bbeolm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBEDA' or String.fromCodePoint(48858) |
| Python | '\N{HANGUL SYLLABLE BBEOLM}' or chr(48858) |
| Rust | '\u{BEDA}' |
| C / C++ | UTF-8 source or wchar_t with U+BEDA |
| Go | string(rune(0xBEDA)) |
| Ruby | "\u{BEDA}" |