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