Basic Latin: [Sequence]

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

Decomposition

  1. I
    U+0049
  2. D
    U+0044

Character Escapes

HTML5
ID
ID
C
\u0049\u0044 (C99)
\U000049\U000044 (C99)
\x49\x44 (encoding-dependent)
\111\104 (encoding-dependent)
C++
\u{49}\u{44} (C++23)
\x{49}\x{44} (C++23, encoding-dependent)
\o{111}\o{104} (C++23, encoding-dependent)
\U00000049\U00000044
\u0049\u0044
\x49\x44 (encoding-dependent)
\111\104 (encoding-dependent)
Java
\u0049\u0044
JavaScript
\u{49}\u{44}
\u0049\u0044
\x49\x44
CSS
\49\44
\000049\000044
Quoted-Printable
=49=44
URL
%49%44