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