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