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