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