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