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