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' : ''">
=
FULLWIDTH EQUALS SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF1D | |
| decimal | 65309 | |
| htmldecimal | = | |
| htmlhex | = | |
| css | \FF1D | |
| javascript | \u{FF1D} | |
| python | \uff1d | |
| java | \uFF1D | |
| go | \uFF1D | |
| ruby | \u{FF1D} | |
| rust | \u{FF1D} | |
| ccpp | \uff1d | |
| urlencoded | %EF%BC%9D | |
| utf8bytes | ef bc 9d | |
| utf16bebytes | ff 1d | |
| utf32bebytes | 00 00 ff 1d |
How to Use
HTML:
=
CSS:
content: "\FF1D"
JavaScript:
"\u{FF1D}"
Python:
"\uff1d"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 003D