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