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