EQUALS SIGN
=
U+003D
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
003D
Code Point
61
Notes
other related characters: 2241-2263
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
0x3D
UTF-16
0x003D
UTF-32
0x0000003D
Copy & Paste Codes
Character
=
Unicode Escape
\u{003D}
HTML Entity (Decimal)
=
HTML Entity (Hex)
=
CSS Code
\003D
JavaScript
String.fromCodePoint(0x003D)
Python
chr(0x003D)