Basic Latin: [Sequence]

Bq
U+0042 U+0071
Bq
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 42 00 00 00 71
UTF-32LE
42 00 00 00 71 00 00 00
UTF-16BE
00 42 00 71
UTF-16LE
42 00 71 00
UTF-8
42 71

Decomposition

  1. B
    U+0042
  2. q
    U+0071

Character Escapes

HTML5
Bq
Bq
C
\u0042\u0071 (C99)
\U000042\U000071 (C99)
\x42\x71 (encoding-dependent)
\102\161 (encoding-dependent)
C++
\u{42}\u{71} (C++23)
\x{42}\x{71} (C++23, encoding-dependent)
\o{102}\o{161} (C++23, encoding-dependent)
\U00000042\U00000071
\u0042\u0071
\x42\x71 (encoding-dependent)
\102\161 (encoding-dependent)
Java
\u0042\u0071
JavaScript
\u{42}\u{71}
\u0042\u0071
\x42\x71
CSS
\42\71
\000042\000071
Quoted-Printable
=42=71
URL
%42%71