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