Basic Latin: [Sequence]

3D
U+0033 U+0044
3D
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 33 00 00 00 44
UTF-32LE
33 00 00 00 44 00 00 00
UTF-16BE
00 33 00 44
UTF-16LE
33 00 44 00
UTF-8
33 44

Decomposition

  1. 3
    U+0033
  2. D
    U+0044

Character Escapes

HTML5
3D
3D
C
\u0033\u0044 (C99)
\U000033\U000044 (C99)
\x33\x44 (encoding-dependent)
\063\104 (encoding-dependent)
C++
\u{33}\u{44} (C++23)
\x{33}\x{44} (C++23, encoding-dependent)
\o{063}\o{104} (C++23, encoding-dependent)
\U00000033\U00000044
\u0033\u0044
\x33\x44 (encoding-dependent)
\063\104 (encoding-dependent)
Java
\u0033\u0044
JavaScript
\u{33}\u{44}
\u0033\u0044
\x33\x44
CSS
\33\44
\000033\000044
Quoted-Printable
=33=44
URL
%33%44