Basic Latin: [Sequence]

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

Decomposition

  1. s
    U+0073
  2. t
    U+0074

Character Escapes

HTML5
st
st
C
\u0073\u0074 (C99)
\U000073\U000074 (C99)
\x73\x74 (encoding-dependent)
\163\164 (encoding-dependent)
C++
\u{73}\u{74} (C++23)
\x{73}\x{74} (C++23, encoding-dependent)
\o{163}\o{164} (C++23, encoding-dependent)
\U00000073\U00000074
\u0073\u0074
\x73\x74 (encoding-dependent)
\163\164 (encoding-dependent)
Java
\u0073\u0074
JavaScript
\u{73}\u{74}
\u0073\u0074
\x73\x74
CSS
\73\74
\000073\000074
Quoted-Printable
=73=74
URL
%73%74