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