Basic Latin: [Sequence]

sr
U+0073 U+0072
sr
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 73 00 00 00 72
UTF-32LE
73 00 00 00 72 00 00 00
UTF-16BE
00 73 00 72
UTF-16LE
73 00 72 00
UTF-8
73 72

Decomposition

  1. s
    U+0073
  2. r
    U+0072

Character Escapes

HTML5
sr
sr
C
\u0073\u0072 (C99)
\U000073\U000072 (C99)
\x73\x72 (encoding-dependent)
\163\162 (encoding-dependent)
C++
\u{73}\u{72} (C++23)
\x{73}\x{72} (C++23, encoding-dependent)
\o{163}\o{162} (C++23, encoding-dependent)
\U00000073\U00000072
\u0073\u0072
\x73\x72 (encoding-dependent)
\163\162 (encoding-dependent)
Java
\u0073\u0072
JavaScript
\u{73}\u{72}
\u0073\u0072
\x73\x72
CSS
\73\72
\000073\000072
Quoted-Printable
=73=72
URL
%73%72