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