Basic Latin: [Sequence]

fi
U+0066 U+0069
fi
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 66 00 00 00 69
UTF-32LE
66 00 00 00 69 00 00 00
UTF-16BE
00 66 00 69
UTF-16LE
66 00 69 00
UTF-8
66 69

Decomposition

  1. f
    U+0066
  2. i
    U+0069

Character Escapes

HTML5
fi
fi
C
\u0066\u0069 (C99)
\U000066\U000069 (C99)
\x66\x69 (encoding-dependent)
\146\151 (encoding-dependent)
C++
\u{66}\u{69} (C++23)
\x{66}\x{69} (C++23, encoding-dependent)
\o{146}\o{151} (C++23, encoding-dependent)
\U00000066\U00000069
\u0066\u0069
\x66\x69 (encoding-dependent)
\146\151 (encoding-dependent)
Java
\u0066\u0069
JavaScript
\u{66}\u{69}
\u0066\u0069
\x66\x69
CSS
\66\69
\000066\000069
Quoted-Printable
=66=69
URL
%66%69