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