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