⅓
Vulgar Fraction One Third
2153 · Number Forms · Zyyy
Kodierungen
| Unicode | U+2153 | |
| HTML Decimal | ⅓ | |
| HTML Hex | ⅓ | |
| CSS | \2153 | |
| JavaScript | \u{2153} | |
| Python | \u2153 | |
| Java | \u2153 | |
| UTF-8 | e2 85 93 | |
| UTF-16 | 21 53 | |
| URL Encoded | %E2%85%93 |
Unicode-Eigenschaften
Block
Number Forms
Script
Zyyy
Category
Other Number (No)
Bidirectional
ON
Ähnliche Symbole
Verwandte Symbole
Verwandte Anleitungen
Whitespace Characters in Web Development: Beyond the Space Bar
Master all Unicode whitespace characters for web development — non-breaking space, thin space, em space, zero-width characters, and CSS white-space control.
Python and Unicode: The Complete Developer's Guide
Master Unicode in Python — str vs bytes, unicodedata module, encoding/decoding, file I/O, normalization, and the Unicode sandwich pattern.