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