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