If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF06, officially named FULLWIDTH AMPERSAND, 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 Other Punctuation, 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º |
65286
Copied!
|
|---|---|
| UTF-8 |
EF BC 86
Copied!
|
| UTF-16 |
FF 06
Copied!
|
| UTF-32 |
00 00 FF 06
Copied!
|
| URL-Quoted |
%EF%BC%86
Copied!
|
| HTML hex reference |
&
Copied!
|
| RFC 5137 |
\u'FF06'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF06
Copied!
|
| C and C++ |
\uff06
Copied!
|
| C# |
\uff06
Copied!
|
| CSS |
\00FF06
Copied!
|
| Excel |
=UNICHAR(65286)
Copied!
|
| Go |
\uff06
Copied!
|
| JavaScript |
\uFF06
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff06}
Copied!
|
| JSON |
\uFF06
Copied!
|
| Java |
\uFF06
Copied!
|
| Lua |
\u{FF06}
Copied!
|
| Matlab |
char(65286)
Copied!
|
| Perl |
\x{FF06}
Copied!
|
| PHP |
\u{ff06}
Copied!
|
| PostgreSQL |
U&'\FF06'
Copied!
|
| PowerShell |
`u{FF06}
Copied!
|
| Python |
\uff06
Copied!
|
| Ruby |
\u{ff06}
Copied!
|
| Rust |
\u{ff06}
Copied!
|