| Nom du symbole | Hangul Syllable Syelh |
| Version Unicode | 2.0 |
| Unicode | U+C17F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C17F |
| Code hexadécimal | 0xC17F |
| Code HTML | 셿 |
| LaTeX | \hangul{C17F} |
| Symbole | 셿 |
| Encodage URL (pourcent UTF-8) | %EC%85%BF |
| Nom oral / lecteur d’écran | Hangul Syllable Syelh |
| UTF-8 | EC 85 BF |
| UTF-16 | C17F |
| UTF-32 | 0000C17F |
1\documentclass{article}2\usepackage{pifont}3\hangul{C17F}4\end{document}Vous pouvez saisir le symbole hangul syllable syelh sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 49535 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable syelh", or use Unicode Hex Input with C17F.
Ctrl + Shift + U, type c17f, 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-syelh::before { content: "\C17F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>셿</span>La représentation du symbole Hangul Syllable Syelh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC17F' or String.fromCodePoint(49535) |
| Python | '\N{HANGUL SYLLABLE SYELH}' or chr(49535) |
| Rust | '\u{C17F}' |
| C / C++ | UTF-8 source or wchar_t with U+C17F |
| Go | string(rune(0xC17F)) |
| Ruby | "\u{C17F}" |