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