LEFT SINGLE QUOTATION MARK
‘
U+2018
Unicode Block
General PunctuationCode
2018
Code Point
8216
Aliases
single turned comma quotation mark
Notes
this is the preferred character (as opposed to 201B)
~ 2018 FE00 non-fullwidth form
~ 2018 FE01 right-justified fullwidth form
~ 2018 FE02 Sibe form
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
General Punctuation
Character Encoding
UTF-8
0xE20x800x98
UTF-16
0x2018
UTF-32
0x00002018
Copy & Paste Codes
Character
‘
Unicode Escape
\u{2018}
HTML Entity (Decimal)
‘
HTML Entity (Hex)
‘
CSS Code
\2018
JavaScript
String.fromCodePoint(0x2018)
Python
chr(0x2018)