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