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