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' : ''">
≩
GREATER-THAN BUT NOT EQUAL TO
Overview
≩ (GREATER-THAN BUT NOT EQUAL TO) is the Unicode character at code point U+2269. It belongs to the Mathematical Operators block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2269 | |
| decimal | 8809 | |
| htmldecimal | ≩ | |
| htmlhex | ≩ | |
| css | \2269 | |
| javascript | \u{2269} | |
| python | \u2269 | |
| java | \u2269 | |
| go | \u2269 | |
| ruby | \u{2269} | |
| rust | \u{2269} | |
| ccpp | \u2269 | |
| urlencoded | %E2%89%A9 | |
| utf8bytes | e2 89 a9 | |
| utf16bebytes | 22 69 | |
| utf32bebytes | 00 00 22 69 |
How to Use
HTML:
≩
CSS:
content: "\2269"
JavaScript:
"\u{2269}"
Python:
"\u2269"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Frequently Asked Questions
What is the ≩ character (GREATER-THAN BUT NOT EQUAL TO)?
≩ (GREATER-THAN BUT NOT EQUAL TO) is the Unicode character U+2269.
What is the Unicode codepoint of GREATER-THAN BUT NOT EQUAL TO?
The GREATER-THAN BUT NOT EQUAL TO character (≩) has codepoint U+2269.
How do I type or copy GREATER-THAN BUT NOT EQUAL TO?
Copy ≩ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.