Technical information

Symbol
NameInformation separator three
Unicode numberU+001D
CategoryASCII Table1. ASCII control characters
DescriptionThe Unicode character , or U+001D, is known as the "Information Separator Three". It belongs to the "C0 Controls and Basic Latin" block and falls under the "Other, Control" category in the Unicode standard. This character is part of a series of information separators which were originally designed to structure text data into hierarchical fields, groups, records, and units in early computer systems. In practice, they are seldom used in modern computing. While not typically visible in most text rendering, it may show as a space, a symbol, or not at all depending on the system and settings.

Encoding

HTML Entity
HTML Entity (hex)
URL Escape Code%1D
UTF-8 (hex)0x1D
UTF-8 (binary)00011101
UTF-160x001D
UTF-320x0000001D

Source Code

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

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>&#29;</span>

            
span {
    content: "\001D";
}

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