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