APOSTROPHE (')
'
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+0027
Codepoint
39
Aliases
apostrophe-quote (1.0), single quote, APL quote
Notes
neutral (vertical) glyph with mixed usage
2019 is preferred for apostrophe
preferred characters in English for paired quotation marks are 2018 & 2019
05F3 is preferred for geresh when writing Hebrew
Character Encoding
UTF-8
0x27
UTF-16
0x0027
UTF-32
0x00000027
Copy & Paste Codes
Unicode Escape
\u{0027}
HTML Entity (Decimal)
'
HTML Entity (Hex)
'
CSS Code
\0027
JavaScript/JSON
String.fromCodePoint(0x0027)
Python
chr(0x0027)
Ruby/PHP
chr(0x0027)
Unix, C, PHP, JAVA
0x0027
Perl
chr(0x0027)
URL Encoded
%0027