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