copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('\u003D'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
=
EQUALS SIGN
Overview
= (EQUALS SIGN) is the Unicode character at code point U+003D. It belongs to the Basic Latin block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+003D | |
| decimal | 61 | |
| htmldecimal | = | |
| htmlhex | = | |
| css | \003D | |
| javascript | \u{3D} | |
| python | \u003d | |
| java | \u003D | |
| go | \u003D | |
| ruby | \u{3D} | |
| rust | \u{3D} | |
| ccpp | \u003d | |
| urlencoded | %3D | |
| utf8bytes | 3d | |
| utf16bebytes | 00 3d | |
| utf32bebytes | 00 00 00 3d |
How to Use
HTML:
=
CSS:
content: "\003D"
JavaScript:
"\u{3D}"
Python:
"\u003d"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the = character (EQUALS SIGN)?
= (EQUALS SIGN) is the Unicode character U+003D.
What is the Unicode codepoint of EQUALS SIGN?
The EQUALS SIGN character (=) has codepoint U+003D.
How do I type or copy EQUALS SIGN?
Copy = directly, or use the HTML entity, UTF-8, and code encodings shown on this page.