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