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