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