| Symbolname | Hangul Syllable Obs |
| Unicode-Version | 2.0 |
| Unicode | U+C63B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C63B |
| Hexadezimalcode | 0xC63B |
| HTML-Code | 옻 |
| LaTeX | \hangul{C63B} |
| Symbol | 옻 |
| URL-Kodierung (UTF-8-Prozent) | %EC%98%BB |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable obs auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Obs in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |