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