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