| Nom du symbole | Hangul Syllable Chin |
| Version Unicode | 2.0 |
| Unicode | U+CE5C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CE5C |
| Code hexadécimal | 0xCE5C |
| Code HTML | 친 |
| LaTeX | \hangul{CE5C} |
| Symbole | 친 |
| Encodage URL (pourcent UTF-8) | %EC%B9%9C |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable chin sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Chin dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |