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