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