=

Technical information

Symbol=
NameEquals sign
Unicode numberU+003D
CategoryASCII Table4. ASCII punctuation and symbols
DescriptionThe Unicode character "=", or U+003D, is known as the "Equals Sign". It falls under the "Basic Latin" block and is categorized under the "Math Symbol" category in the Unicode standard. This character is widely used in mathematics to denote equality between two expressions. It is also commonly used in programming for assignment and comparison operations, as well as in various other scientific and technical contexts. The sign itself consists of two horizontal lines of the same length, placed parallel to each other with some space in between.

Encoding

HTML Entity=
HTML Entity (hex)=
HTML Entity (named)=
URL Escape Code%3D
UTF-8 (hex)0x3D
UTF-8 (binary)00111101
UTF-160x003D
UTF-320x0000003D

Source Code

C, C++, and Java"\u003D"
CSS Code\003D
JavaScript"\u003D"
Perl\x{003D}
Python 2u"\u003D"
Python 3\u003D
Ruby\u{003D}

Preview

This Unicode character looks like this = in sentence and in bold like this = and in italic like this =.

Font size:

=
12px
=
16px
=
20px
=
28px
=
36px
=
48px
=
72px

CSS Property: font-weight

=
100
=
200
=
300
=
400
=
500
=
600
=
700
=
800
=
900

HTML Forms and Input

input
disabled input
=
input-group
select
button
button

Code examples in HTML and CSS

<span>&#61;</span>

            
span {
    content: "\003D";
}

The symbol in different fonts

=
-apple-system
=
Apple Color Emoji
=
Arial
=
BlinkMacSystemFont
=
Courier New
=
Georgia
=
Droid Sans
=
Helvetica
=
Noto Sans
=
Oxygen
=
Roboto
=
"Segoe UI"
=
sans-serif
=
Segoe UI Emoji
=
Segoe UI Symbol
=
system-ui
=
Times New Roman
=
Ubuntu
=
Verdana

References