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