Technical information

Symbol
NameSubstitute
Unicode numberU+001A
CategoryASCII Table1. ASCII control characters
DescriptionThe Unicode character , or U+001A, is known as the "Substitute". It's a part of the "C0 Controls and Basic Latin" block and falls under the "Other, Control" category in the Unicode standard. Originally intended to request a replacement for a character that was recognized as invalid or in error, it does not have a visual representation and is usually not used in the context of modern character encoding. The use of this character can vary depending on the software or system being used.

Encoding

HTML Entity
HTML Entity (hex)
URL Escape Code%1A
UTF-8 (hex)0x1A
UTF-8 (binary)00011010
UTF-160x001A
UTF-320x0000001A

Source Code

C, C++, and Java"\u001A"
CSS Code\001A
JavaScript"\u001A"
Perl\x{001A}
Python 2u"\u001A"
Python 3\u001A
Ruby\u{001A}

Preview

This Unicode character looks like this  in sentence and in bold like this  and in italic like this .

Font size:


12px

16px

20px

28px

36px

48px

72px

CSS Property: font-weight


100

200

300

400

500

600

700

800

900

HTML Forms and Input

input
disabled input

input-group
select
button
button

Code examples in HTML and CSS

<span>&#26;</span>

            
span {
    content: "\001A";
}

The symbol in different fonts


-apple-system

Apple Color Emoji

Arial

BlinkMacSystemFont

Courier New

Georgia

Droid Sans

Helvetica

Noto Sans

Oxygen

Roboto

"Segoe UI"

sans-serif

Segoe UI Emoji

Segoe UI Symbol

system-ui

Times New Roman

Ubuntu

Verdana

References