| Symbolname | Hangul Syllable Sebs |
| Unicode-Version | 2.0 |
| Unicode | U+C14F |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C14F |
| Hexadezimalcode | 0xC14F |
| HTML-Code | 셏 |
| LaTeX | \hangul{C14F} |
| Symbol | 셏 |
| URL-Kodierung (UTF-8-Prozent) | %EC%85%8F |
| Ansagename (Screenreader) | Hangul Syllable Sebs |
| UTF-8 | EC 85 8F |
| UTF-16 | C14F |
| UTF-32 | 0000C14F |
1\documentclass{article}2\usepackage{pifont}3\hangul{C14F}4\end{document}Sie können das Symbol hangul syllable sebs auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 49487 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable sebs", or use Unicode Hex Input with C14F.
Ctrl + Shift + U, type c14f, 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-sebs::before { content: "\C14F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>셏</span>Die Darstellung des Symbols Hangul Syllable Sebs in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC14F' or String.fromCodePoint(49487) |
| Python | '\N{HANGUL SYLLABLE SEBS}' or chr(49487) |
| Rust | '\u{C14F}' |
| C / C++ | UTF-8 source or wchar_t with U+C14F |
| Go | string(rune(0xC14F)) |
| Ruby | "\u{C14F}" |