| Nombre del símbolo | Hangul Syllable Chamt |
| Versión Unicode | 2.0 |
| Unicode | U+CC3B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CC3B |
| Código hexadecimal | 0xCC3B |
| Código HTML | 찻 |
| LaTeX | \hangul{CC3B} |
| Símbolo | 찻 |
| Codificación URL (porcentaje UTF-8) | %EC%B0%BB |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable chamt en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Chamt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |