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