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