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