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