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