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