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