Basic Latin: Ampersand

&
U+0026
&
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 26
UTF-32LE
26 00 00 00
UTF-16BE
00 26
UTF-16LE
26 00
UTF-8
26

Character Escapes

HTML5
&
&
&AMP (obsolete)
&
&amp (obsolete)
&
C
\u0026 (C99)
\U000026 (C99)
\x26 (encoding-dependent)
\046 (encoding-dependent)
C++
\u{26} (C++23)
\x{26} (C++23, encoding-dependent)
\o{046} (C++23, encoding-dependent)
\U00000026
\u0026
\x26 (encoding-dependent)
\046 (encoding-dependent)
Java
\u0026
JavaScript
\u{26}
\u0026
\x26
CSS
\26
\000026
Quoted-Printable
=26
URL
%26