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