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