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