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