RIGHT SINGLE QUOTATION MARK (’)
’
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2019
Codepoint
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 Encoding
UTF-8
0xE20x800x99
UTF-16
0x2019
UTF-32
0x00002019
Copy & Paste Codes
Unicode Escape
\u{2019}
HTML Entity (Decimal)
’
HTML Entity (Hex)
’
CSS Code
\2019
JavaScript/JSON
String.fromCodePoint(0x2019)
Python
chr(0x2019)
Ruby/PHP
chr(0x2019)
Unix, C, PHP, JAVA
0x2019
Perl
chr(0x2019)
URL Encoded
%2019