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