Basic Latin: [Sequence]

A/S
U+0041 U+002F U+0053
A/S
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 41 00 00 00 2F 00 00 00 53
UTF-32LE
41 00 00 00 2F 00 00 00 53 00 00 00
UTF-16BE
00 41 00 2F 00 53
UTF-16LE
41 00 2F 00 53 00
UTF-8
41 2F 53

Decomposition

  1. A
    U+0041
  2. /
    U+002F
  3. S
    U+0053

Character Escapes

HTML5
A/S
A/S
C
\u0041\u002F\u0053 (C99)
\U000041\U00002F\U000053 (C99)
\x41\x2F\x53 (encoding-dependent)
\101\057\123 (encoding-dependent)
C++
\u{41}\u{2F}\u{53} (C++23)
\x{41}\x{2F}\x{53} (C++23, encoding-dependent)
\o{101}\o{057}\o{123} (C++23, encoding-dependent)
\U00000041\U0000002F\U00000053
\u0041\u002F\u0053
\x41\x2F\x53 (encoding-dependent)
\101\057\123 (encoding-dependent)
Java
\u0041\u002F\u0053
JavaScript
\u{41}\u{2F}\u{53}
\u0041\u002F\u0053
\x41\x2F\x53
CSS
\41\2F\53
\000041\00002F\000053
Quoted-Printable
=41=2F=53
URL
%41%2F%53