| Nom du symbole | Hangul Syllable Chags |
| Version Unicode | 2.0 |
| Unicode | U+CC2B |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CC2B |
| Code hexadécimal | 0xCC2B |
| Code HTML | 찫 |
| LaTeX | \hangul{CC2B} |
| Symbole | 찫 |
| Encodage URL (pourcent UTF-8) | %EC%B0%AB |
| Nom oral / lecteur d’écran | Hangul Syllable Chags |
| UTF-8 | EC B0 AB |
| UTF-16 | CC2B |
| UTF-32 | 0000CC2B |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC2B}4\end{document}Vous pouvez saisir le symbole hangul syllable chags sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 52267 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chags", or use Unicode Hex Input with CC2B.
Ctrl + Shift + U, type cc2b, 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-chags::before { content: "\CC2B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>찫</span>La représentation du symbole Hangul Syllable Chags dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCC2B' or String.fromCodePoint(52267) |
| Python | '\N{HANGUL SYLLABLE CHAGS}' or chr(52267) |
| Rust | '\u{CC2B}' |
| C / C++ | UTF-8 source or wchar_t with U+CC2B |
| Go | string(rune(0xCC2B)) |
| Ruby | "\u{CC2B}" |