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 ALMOST EQUAL TO
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2AB7 | |
| decimal | 10935 | |
| htmldecimal | ⪷ | |
| htmlhex | ⪷ | |
| css | \2AB7 | |
| javascript | \u{2AB7} | |
| python | \u2ab7 | |
| java | \u2AB7 | |
| go | \u2AB7 | |
| ruby | \u{2AB7} | |
| rust | \u{2AB7} | |
| ccpp | \u2ab7 | |
| urlencoded | %E2%AA%B7 | |
| utf8bytes | e2 aa b7 | |
| utf16bebytes | 2a b7 | |
| utf32bebytes | 00 00 2a b7 |
How to Use
HTML:
⪷
CSS:
content: "\2AB7"
JavaScript:
"\u{2AB7}"
Python:
"\u2ab7"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes