Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

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