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