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