You Are Here -

Css Styling

Size
١
15px
١
18px
١
21px
١
24px
١
27px
١
30px
١
33px
١
36px
١
42px
١
48px
١
54px
١
60px
١
66px
١
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
١
Bold
١
Italic
١
Underline
١
Strikethrough
١
UpperCase
١
LowerCase
١
Oblique
A ١
Subscript
A ١
Superscript
١
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
١
Arial
١
Times New Roman
١
Verdana
١
Courier New
١
Garamond
١
Georgia
١
Trebuchet MS
١
Tahoma
١
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
١
White
١
Brown
١
Maroon
١
Magenta
١
Red
١
Orange
١
Yellow
١
Green
١
Teal
١
Cyan
١
Blue
١
Violet
١
Purple
١
Indigo
١
Gray
١
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
١
White
١
Brown
١
Maroon
١
Magenta
١
Red
١
Orange
١
Yellow
١
Green
١
Teal
١
Cyan
١
Blue
١
Violet
١
Purple
١
Indigo
١
Gray
١
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#1633;</p>
📋
CSS .selector { content: '\0661' };
📋
JS var unicodeA = '\u0661 ';
📋
CPP char unicodeA = ' \u0661 ';
📋
Java char unicodeA = '\u0661';
📋
Python unicodeA = '\u0661'
📋

What is Unicode character ١?

The Unicode character ١ U+0661 is Arabic-Indic Digit One in the Arabic block.

What does the Unicode character ١ represent?

The Unicode character ١ represents Arabic-Indic Digit One.

What is the Unicode code point for ١?

The Unicode code point for ١ is U+0661.

Is the appearance of the ١ character consistent across all platforms?

The appearance of the ١ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Arabic-Indic Digit One remains consistent.

How can I ensure the ١ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Arabic script to correctly render the ١ character.

In which version was Unicode character ١ released, and to which block of characters does it belong?

Unicode character ١ was first introduced in Unicode Version 1.1, and it belongs to the Arabic block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Copied!