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