APOSTROPHE
'
U+0027
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
0027
Code Point
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 Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x27
UTF-16
0x0027
UTF-32
0x00000027
Copy & Paste Codes
Character
'
Unicode Escape
\u{0027}
HTML Entity (Decimal)
'
HTML Entity (Hex)
'
CSS Code
\0027
JavaScript
String.fromCodePoint(0x0027)
Python
chr(0x0027)