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