| Symboolnaam | Hangul Syllable Ssoelh |
| Unicode-versie | 2.0 |
| Unicode | U+C43B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C43B |
| Hexadecimale code | 0xC43B |
| HTML-code | 쐻 |
| LaTeX | \hangul{C43B} |
| Symbool | 쐻 |
| URL-codering (UTF-8 procent) | %EC%90%BB |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable ssoelh-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Ssoelh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |