| Nome del simbolo | Hangul Syllable Chui |
| Versione Unicode | 2.0 |
| Unicode | U+CE3C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CE3C |
| Codice esadecimale | 0xCE3C |
| Codice HTML | 츼 |
| LaTeX | \hangul{CE3C} |
| Simbolo | 츼 |
| Codifica URL (percentuale UTF-8) | %EC%B8%BC |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable chui sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Chui nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |