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' : ''">
⪵
PRECEDES ABOVE NOT EQUAL TO
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2AB5 | |
| decimal | 10933 | |
| htmldecimal | ⪵ | |
| htmlhex | ⪵ | |
| css | \2AB5 | |
| javascript | \u{2AB5} | |
| python | \u2ab5 | |
| java | \u2AB5 | |
| go | \u2AB5 | |
| ruby | \u{2AB5} | |
| rust | \u{2AB5} | |
| ccpp | \u2ab5 | |
| urlencoded | %E2%AA%B5 | |
| utf8bytes | e2 aa b5 | |
| utf16bebytes | 2a b5 | |
| utf32bebytes | 00 00 2a b5 |
How to Use
HTML:
⪵
CSS:
content: "\2AB5"
JavaScript:
"\u{2AB5}"
Python:
"\u2ab5"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes