AMPERSAND (&)
&
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+0026
Codepoint
38
Aliases
and
Notes
originally derived from a ligature of 'e' and 't'
Character Encoding
UTF-8
0x26
UTF-16
0x0026
UTF-32
0x00000026
Copy & Paste Codes
Unicode Escape
\u{0026}
HTML Entity (Decimal)
&
HTML Entity (Hex)
&
CSS Code
\0026
JavaScript/JSON
String.fromCodePoint(0x0026)
Python
chr(0x0026)
Ruby/PHP
chr(0x0026)
Unix, C, PHP, JAVA
0x0026
Perl
chr(0x0026)
URL Encoded
%0026