★ U+00DF: Technical Specifications for the Latin Small Letter Sharp S (Eszett)
The Latin Small Letter Sharp S (“ß” U+00DF), universally known as the **Eszett** or *Scharfes S*, is a crucial character in the German language. This definitive resource provides developers and technical enthusiasts at iloveunicode.com with the complete technical data, encoding conversions, and essential context for implementing this lower-case character accurately.
U+00DF Core Unicode Properties
The Unicode codepoint U+00DF represents the character Latin Small Letter Sharp S. This letter is categorized as a Lowercase Letter (Ll) and is fundamental for correct orthography in German text. It follows a Left To Right (L) writing direction and was officially added to Unicode in **version 1.1 (June, 1993)**. It belongs to the **Latin-1 Supplement** block of the **Basic Multilingual Plane**, ensuring wide compatibility in modern systems.
Main Character Specifications
Bidirectional and Script Data
Other Unicode Data
Encoding Conversions for ß (U+00DF)
U+00DF Programmatic Conversions
| HTML (decimal) |
ß |
| HTML (hex) |
ß |
| HTML (named) |
ß |
| URL Escape Code |
%C3%9F |
| CSS |
000DF |
| JavaScript, JSON |
\u00DF |
| C, C++, Java |
\u00DF |
| Python |
\u00DF |
| Rust |
\u{00DF} |
| Ruby |
\u00DF |
UTF Encodings
| UTF-8 (hex) |
0xC3 0x9F |
| UTF-16 (hex) |
0x00DF |
| UTF-32 (hex) |
0x000000DF |
How to Enter the Eszett Character (U+00DF)
Keyboard Input Instructions
- Windows ?: Hold Alt, then type 0 0 D F. Release Alt.
- Mac ?: Hold Alt ⌥, then type 0 0 D F. Release Alt.
Code Snippet for Language-Specific Inclusion
To quickly copy the most common programmatic conversion for **U+00DF**, use the snippet below:
\u00DF
Preview
- ß
Times, Times New Roman, serif
- ß
Helvetica, Arial, sans-serif
- ß
Courier, Courier New, monospace
Conclusion: Advancing Your Unicode Knowledge
Accurate handling of the **Latin Small Letter Sharp S** is vital for any application targeting German-speaking users. The details of the **U+00DF** codepoint, including its correct Latin script, are paramount for data integrity. With precise technical knowledge from iloveunicode.com, developers can achieve robust internationalization and avoid encoding pitfalls when dealing with extended Latin characters.