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 SINGLE-LINE NOT EQUAL TO
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2AB1 | |
| decimal | 10929 | |
| htmldecimal | ⪱ | |
| htmlhex | ⪱ | |
| css | \2AB1 | |
| javascript | \u{2AB1} | |
| python | \u2ab1 | |
| java | \u2AB1 | |
| go | \u2AB1 | |
| ruby | \u{2AB1} | |
| rust | \u{2AB1} | |
| ccpp | \u2ab1 | |
| urlencoded | %E2%AA%B1 | |
| utf8bytes | e2 aa b1 | |
| utf16bebytes | 2a b1 | |
| utf32bebytes | 00 00 2a b1 |
How to Use
HTML:
⪱
CSS:
content: "\2AB1"
JavaScript:
"\u{2AB1}"
Python:
"\u2ab1"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes