If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF1D, officially named FULLWIDTH EQUALS SIGN, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
Categorized technically as a Math Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65309
Copied!
|
|---|---|
| UTF-8 |
EF BC 9D
Copied!
|
| UTF-16 |
FF 1D
Copied!
|
| UTF-32 |
00 00 FF 1D
Copied!
|
| URL-Quoted |
%EF%BC%9D
Copied!
|
| HTML hex reference |
=
Copied!
|
| RFC 5137 |
\u'FF1D'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF1D
Copied!
|
| C and C++ |
\uff1d
Copied!
|
| C# |
\uff1d
Copied!
|
| CSS |
\00FF1D
Copied!
|
| Excel |
=UNICHAR(65309)
Copied!
|
| Go |
\uff1d
Copied!
|
| JavaScript |
\uFF1D
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff1d}
Copied!
|
| JSON |
\uFF1D
Copied!
|
| Java |
\uFF1D
Copied!
|
| Lua |
\u{FF1D}
Copied!
|
| Matlab |
char(65309)
Copied!
|
| Perl |
\x{FF1D}
Copied!
|
| PHP |
\u{ff1d}
Copied!
|
| PostgreSQL |
U&'\FF1D'
Copied!
|
| PowerShell |
`u{FF1D}
Copied!
|
| Python |
\uff1d
Copied!
|
| Ruby |
\u{ff1d}
Copied!
|
| Rust |
\u{ff1d}
Copied!
|