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