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