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