| Symbolname | Latin Capital Letter Sharp S |
| Unicode-Version | 5.1 |
| Unicode | U+1E9E |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BA 9E |
| UTF-16 | 1E9E |
| UTF-32 | 00001E9E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERSHARPS}4\end{document}Sie können das Symbol latin capital letter sharp s auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7838 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter sharp s", or use Unicode Hex Input with 1E9E.
Ctrl + Shift + U, type 1e9e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-sharp-s::before { content: "\1E9E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ẞ</span>Die Darstellung des Symbols Latin Capital Letter Sharp S in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1E9E' or String.fromCodePoint(7838) |
| Python | '\N{LATIN CAPITAL LETTER SHARP S}' or chr(7838) |
| Rust | '\u{1E9E}' |
| C / C++ | UTF-8 source or wchar_t with U+1E9E |
| Go | string(rune(0x1E9E)) |
| Ruby | "\u{1E9E}" |
| CSS-Code |
\1E9E |
| Hexadezimalcode | 0x1E9E |
| HTML-Code | ẞ |
| LaTeX | \text{LATINCAPITALLETTERSHARPS} |
| Symbol | ẞ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BA%9E |
| Ansagename (Screenreader) | Latin Capital Letter Sharp S |