‘ Apostrophe
U+0027
‘
ℹ️ About
The Apostrophe (U+0027) is a “neutral” or “straight” single quote. Technically classified as “Other Punctuation,” it is a legacy character from ASCII. In modern typography, it is often replaced by “curly” quotes, but remains the standard delimiter for strings in programming languages like JavaScript and Python.
⚠️ Note: Do not confuse with ’ (Right Single Quotation Mark U+2019) or ` (Grave Accent U+0060).
⚡ Codes
HTML
'
CSS
\0027
Python
\u0027
Live Playground
More from Basic Latin
Copied!