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