‘
Left Single Quotation Mark
2018 · General Punctuation · Zyyy
Kodierungen
| Unicode | U+2018 | |
| HTML Decimal | ‘ | |
| HTML Hex | ‘ | |
| CSS | \2018 | |
| JavaScript | \u{2018} | |
| Python | \u2018 | |
| Java | \u2018 | |
| UTF-8 | e2 80 98 | |
| UTF-16 | 20 18 | |
| URL Encoded | %E2%80%98 |
Unicode-Eigenschaften
Block
General Punctuation
Script
Zyyy
Category
Initial Punctuation (Pi)
Bidirectional
ON
Ähnliche Symbole
Verwandte Symbole
Mehr erfahren
Verwandte Anleitungen
Legacy Encodings: Latin-1, Windows-1252, Shift-JIS, and When You Still Need Them
A practical guide to legacy character encodings — when you'll encounter Latin-1, Windows-1252, Shift-JIS, EUC-KR, and how to convert them to UTF-8.
Curly Quotes vs Straight Quotes: Typography's Most Common Mix-Up
Understand the difference between smart quotes (“ ”) and straight quotes (" ") — when to use each, code vs prose, and auto-conversion pitfalls.