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