| Nombre del símbolo | Hangul Syllable Chelh |
| Versión Unicode | 2.0 |
| Unicode | U+CCC3 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CCC3 |
| Código hexadecimal | 0xCCC3 |
| Código HTML | 쳃 |
| LaTeX | \hangul{CCC3} |
| Símbolo | 쳃 |
| Codificación URL (porcentaje UTF-8) | %EC%B3%83 |
| Nombre oral / lector de pantalla | Hangul Syllable Chelh |
| UTF-8 | EC B3 83 |
| UTF-16 | CCC3 |
| UTF-32 | 0000CCC3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CCC3}4\end{document}Puedes escribir el símbolo hangul syllable chelh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 52419 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chelh", or use Unicode Hex Input with CCC3.
Ctrl + Shift + U, type ccc3, 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-chelh::before { content: "\CCC3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쳃</span>La representación del símbolo Hangul Syllable Chelh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCCC3' or String.fromCodePoint(52419) |
| Python | '\N{HANGUL SYLLABLE CHELH}' or chr(52419) |
| Rust | '\u{CCC3}' |
| C / C++ | UTF-8 source or wchar_t with U+CCC3 |
| Go | string(rune(0xCCC3)) |
| Ruby | "\u{CCC3}" |