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