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