Basic Latin: Latin Small Letter W

w
U+0077
w
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 77
UTF-32LE
77 00 00 00
UTF-16BE
00 77
UTF-16LE
77 00
UTF-8
77

Character Escapes

HTML5
w
w
C
\u0077 (C99)
\U000077 (C99)
\x77 (encoding-dependent)
\167 (encoding-dependent)
C++
\u{77} (C++23)
\x{77} (C++23, encoding-dependent)
\o{167} (C++23, encoding-dependent)
\U00000077
\u0077
\x77 (encoding-dependent)
\167 (encoding-dependent)
Java
\u0077
JavaScript
\u{77}
\u0077
\x77
CSS
\77
\000077
Quoted-Printable
=77
URL
%77