TWO CONSECUTIVE EQUALS SIGNS
Overview
Programmers encountering U+2A75 usually recognise the shape before the name: it renders as a doubled equals sign, the token most C-derived languages use for comparison. The resemblance is coincidental. Source code uses two ordinary U+003D characters, whereas this is a single code point in Supplemental Mathematical Operators with the general category Sm (symbol, math), intended for typeset mathematics where a doubled equals marks a stronger identity than plain equality. Substituting it into a program would break compilation, since no compiler treats it as the comparison operator. Its three-bar counterpart is U+2A76.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A75 | |
| decimal | 10869 | |
| htmldecimal | ⩵ | |
| htmlhex | ⩵ | |
| css | \2A75 | |
| javascript | \u{2A75} | |
| python | \u2a75 | |
| java | \u2A75 | |
| go | \u2A75 | |
| ruby | \u{2A75} | |
| rust | \u{2A75} | |
| ccpp | \u2a75 | |
| urlencoded | %E2%A9%B5 | |
| utf8bytes | e2 a9 b5 | |
| utf16bebytes | 2a 75 | |
| utf32bebytes | 00 00 2a 75 |
How to Use
⩵
content: "\2A75"
"\u{2A75}"
"\u2a75"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 003D 003D
Frequently Asked Questions
What is the ⩵ character (TWO CONSECUTIVE EQUALS SIGNS)?
⩵ (TWO CONSECUTIVE EQUALS SIGNS) is the Unicode character U+2A75.
What is the Unicode codepoint of TWO CONSECUTIVE EQUALS SIGNS?
The TWO CONSECUTIVE EQUALS SIGNS character (⩵) has codepoint U+2A75.
How do I type or copy TWO CONSECUTIVE EQUALS SIGNS?
Copy ⩵ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.