| Symboolnaam | Hangul Syllable Omt |
| Unicode-versie | 2.0 |
| Unicode | U+C637 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C637 |
| Hexadecimale code | 0xC637 |
| HTML-code | 옷 |
| LaTeX | \hangul{C637} |
| Symbool | 옷 |
| URL-codering (UTF-8 procent) | %EC%98%B7 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable omt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Omt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |