| Symboolnaam | Hangul Syllable Sselh |
| Unicode-versie | 2.0 |
| Unicode | U+C393 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C393 |
| Hexadecimale code | 0xC393 |
| HTML-code | 쎓 |
| LaTeX | \hangul{C393} |
| Symbool | 쎓 |
| URL-codering (UTF-8 procent) | %EC%8E%93 |
| Uitgesproken naam / schermlezer | Hangul Syllable Sselh |
| UTF-8 | EC 8E 93 |
| UTF-16 | C393 |
| UTF-32 | 0000C393 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C393}4\end{document}Je kunt het hangul syllable sselh-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 50067 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable sselh", or use Unicode Hex Input with C393.
Ctrl + Shift + U, type c393, 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-sselh::before { content: "\C393"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쎓</span>De weergave van het Hangul Syllable Sselh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC393' or String.fromCodePoint(50067) |
| Python | '\N{HANGUL SYLLABLE SSELH}' or chr(50067) |
| Rust | '\u{C393}' |
| C / C++ | UTF-8 source or wchar_t with U+C393 |
| Go | string(rune(0xC393)) |
| Ruby | "\u{C393}" |