Technical information

Symbol
NameCircled digit one
Unicode numberU+2460
CategoryCircled numbers
DescriptionThe Unicode character ①, or U+2460, is known as the "Circled Digit One". This character is part of the "Enclosed Alphanumerics" block and falls under the "Number, Other" category. The symbol visually represents the digit one (1) enclosed in a circle. The character is commonly used in a variety of contexts, such as in bullet points for listing items, in the enumeration of points in written material, or in marking steps in a process. Its enclosed nature makes it distinctive and easy to spot, making it useful in instances where the visibility of numerical sequences is important.

Encoding

HTML Entity①
HTML Entity (hex)①
URL Escape Code%E2%91%A0
UTF-8 (hex)0xE2 0x91 0xA0
UTF-8 (binary)11100010:10010001:10100000
UTF-160x2460
UTF-320x00002460

Source Code

C, C++, and Java"\u2460"
CSS Code\2460
JavaScript"\u2460"
Perl\x{2460}
Python 2u"\u2460"
Python 3\u2460
Ruby\u{2460}

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

            
span {
    content: "\2460";
}

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