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 EQUALS SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2AB3 | |
| decimal | 10931 | |
| htmldecimal | ⪳ | |
| htmlhex | ⪳ | |
| css | \2AB3 | |
| javascript | \u{2AB3} | |
| python | \u2ab3 | |
| java | \u2AB3 | |
| go | \u2AB3 | |
| ruby | \u{2AB3} | |
| rust | \u{2AB3} | |
| ccpp | \u2ab3 | |
| urlencoded | %E2%AA%B3 | |
| utf8bytes | e2 aa b3 | |
| utf16bebytes | 2a b3 | |
| utf32bebytes | 00 00 2a b3 |
How to Use
HTML:
⪳
CSS:
content: "\2AB3"
JavaScript:
"\u{2AB3}"
Python:
"\u2ab3"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes