Semicolon
;
UNICODE
U+0003BHEX CODE
;HTML CODE
;HTML ENTITY
;CSS CODE
\003B // html example
<span>;</span> // css example
span {
content: "\003B";
} ;
U+0003B;;;\003B // html example
<span>;</span> // css example
span {
content: "\003B";
}