RIGHT SINGLE QUOTATION MARK
’
U+2019
Unicode Block
General PunctuationCode
2019
Code Point
8217
Aliases
single comma quotation mark
Notes
this is the preferred character to use for apostrophe
~ 2019 FE00 non-fullwidth form
~ 2019 FE01 left-justified fullwidth form
~ 2019 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
0xE20x800x99
UTF-16
0x2019
UTF-32
0x00002019
Copy & Paste Codes
Character
’
Unicode Escape
\u{2019}
HTML Entity (Decimal)
’
HTML Entity (Hex)
’
CSS Code
\2019
JavaScript
String.fromCodePoint(0x2019)
Python
chr(0x2019)