| Symboolnaam | Hangul Syllable Chonj |
| Unicode-versie | 2.0 |
| Unicode | U+CD0D |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CD0D |
| Hexadecimale code | 0xCD0D |
| HTML-code | 촍 |
| LaTeX | \hangul{CD0D} |
| Symbool | 촍 |
| URL-codering (UTF-8 procent) | %EC%B4%8D |
| Uitgesproken naam / schermlezer | Hangul Syllable Chonj |
| UTF-8 | EC B4 8D |
| UTF-16 | CD0D |
| UTF-32 | 0000CD0D |
1\documentclass{article}2\usepackage{pifont}3\hangul{CD0D}4\end{document}Je kunt het hangul syllable chonj-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52493 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chonj", or use Unicode Hex Input with CD0D.
Ctrl + Shift + U, type cd0d, 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-chonj::before { content: "\CD0D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>촍</span>De weergave van het Hangul Syllable Chonj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCD0D' or String.fromCodePoint(52493) |
| Python | '\N{HANGUL SYLLABLE CHONJ}' or chr(52493) |
| Rust | '\u{CD0D}' |
| C / C++ | UTF-8 source or wchar_t with U+CD0D |
| Go | string(rune(0xCD0D)) |
| Ruby | "\u{CD0D}" |