The equal sign (=) is a symbol that represents equality. It can be used in web pages to write mathematical expressions and computer code. Or it can signify the same of two values or two items, such as a set of variables or in product comparisons.
=
&U+0003D
UNICODE
=
HEX CODE
=
HTML CODE
=
HTML ENTITY
\003D
CSS CODE
HTML Example
<span>=</span>
CSS Example
span { content: "\003D"; }