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