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