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