| Symbolname | Hangul Syllable Chom |
| Unicode-Version | 2.0 |
| Unicode | U+CD18 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CD18 |
| Hexadezimalcode | 0xCD18 |
| HTML-Code | 촘 |
| LaTeX | \hangul{CD18} |
| Symbol | 촘 |
| URL-Kodierung (UTF-8-Prozent) | %EC%B4%98 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable chom auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Chom in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |