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