| Symbolname | Hangul Syllable Ssoelh |
| Unicode-Version | 2.0 |
| Unicode | U+C43B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C43B |
| Hexadezimalcode | 0xC43B |
| HTML-Code | 쐻 |
| LaTeX | \hangul{C43B} |
| Symbol | 쐻 |
| URL-Kodierung (UTF-8-Prozent) | %EC%90%BB |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable ssoelh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Ssoelh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |