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