Basic Latin: [Sequence]

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

Decomposition

  1. R
    U+0052
  2. s
    U+0073

Character Escapes

HTML5
Rs
Rs
C
\u0052\u0073 (C99)
\U000052\U000073 (C99)
\x52\x73 (encoding-dependent)
\122\163 (encoding-dependent)
C++
\u{52}\u{73} (C++23)
\x{52}\x{73} (C++23, encoding-dependent)
\o{122}\o{163} (C++23, encoding-dependent)
\U00000052\U00000073
\u0052\u0073
\x52\x73 (encoding-dependent)
\122\163 (encoding-dependent)
Java
\u0052\u0073
JavaScript
\u{52}\u{73}
\u0052\u0073
\x52\x73
CSS
\52\73
\000052\000073
Quoted-Printable
=52=73
URL
%52%73