| Symbolname | Hangul Syllable Olm |
| Unicode-Version | 2.0 |
| Unicode | U+C62E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C62E |
| Hexadezimalcode | 0xC62E |
| HTML-Code | 옮 |
| LaTeX | \hangul{C62E} |
| Symbol | 옮 |
| URL-Kodierung (UTF-8-Prozent) | %EC%98%AE |
| Ansagename (Screenreader) | Hangul Syllable Olm |
| UTF-8 | EC 98 AE |
| UTF-16 | C62E |
| UTF-32 | 0000C62E |
1\documentclass{article}2\usepackage{pifont}3\hangul{C62E}4\end{document}Sie können das Symbol hangul syllable olm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 50734 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable olm", or use Unicode Hex Input with C62E.
Ctrl + Shift + U, type c62e, 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-olm::before { content: "\C62E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>옮</span>Die Darstellung des Symbols Hangul Syllable Olm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC62E' or String.fromCodePoint(50734) |
| Python | '\N{HANGUL SYLLABLE OLM}' or chr(50734) |
| Rust | '\u{C62E}' |
| C / C++ | UTF-8 source or wchar_t with U+C62E |
| Go | string(rune(0xC62E)) |
| Ruby | "\u{C62E}" |