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