| Symbol Name | Hangul Syllable Chwa |
| Unicode Version | 2.0 |
| Unicode | U+CD24 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CD24 |
| Hex Code | 0xCD24 |
| HTML Code | 촤 |
| LaTeX | \hangul{CD24} |
| Symbol | 촤 |
| URL encode (UTF-8 percent) | %EC%B4%A4 |
| Spoken / screen reader name | Hangul Syllable Chwa |
| UTF-8 | EC B4 A4 |
| UTF-16 | CD24 |
| UTF-32 | 0000CD24 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CD24}4\end{document}You can type the hangul syllable chwa symbol on most modern devices with the help of following methods:
Alt + 52516 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chwa", or use Unicode Hex Input with CD24.
Ctrl + Shift + U, type cd24, 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-chwa::before { content: "\CD24"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>촤</span>Hangul Syllable Chwa symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCD24' or String.fromCodePoint(52516) |
| Python | '\N{HANGUL SYLLABLE CHWA}' or chr(52516) |
| Rust | '\u{CD24}' |
| C / C++ | UTF-8 source or wchar_t with U+CD24 |
| Go | string(rune(0xCD24)) |
| Ruby | "\u{CD24}" |