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