Apostrophe
'
UNICODE
U+00027HEX CODE
'HTML CODE
'HTML ENTITY
'CSS CODE
\0027 // html example
<span>'</span> // css example
span {
content: "\0027";
} '
U+00027'''\0027 // html example
<span>'</span> // css example
span {
content: "\0027";
}