| Symboolnaam | Hangul Syllable Cheump |
| Unicode-versie | 2.0 |
| Unicode | U+CE34 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CE34 |
| Hexadecimale code | 0xCE34 |
| HTML-code | 츴 |
| LaTeX | \hangul{CE34} |
| Symbool | 츴 |
| URL-codering (UTF-8 procent) | %EC%B8%B4 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable cheump-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Cheump-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |