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