Basic Latin: Negative Acknowledge

U+0015

Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 15
UTF-32LE
15 00 00 00
UTF-16BE
00 15
UTF-16LE
15 00
UTF-8
15

Character Escapes

HTML5


C
\u0015 (C99)
\U000015 (C99)
\x15 (encoding-dependent)
\025 (encoding-dependent)
C++
\u{15} (C++23)
\x{15} (C++23, encoding-dependent)
\o{025} (C++23, encoding-dependent)
\U00000015
\u0015
\x15 (encoding-dependent)
\025 (encoding-dependent)
Java
\u0015
JavaScript
\u{15}
\u0015
\x15
CSS
\15
\000015
Quoted-Printable
=15
URL
%15