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