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>&#1634;</p>
📋
CSS .selector { content: '\0662' };
📋
JS var unicodeA = '\u0662 ';
📋
CPP char unicodeA = ' \u0662 ';
📋
Java char unicodeA = '\u0662';
📋
Python unicodeA = '\u0662'
📋

What is Unicode character ٢?

The Unicode character ٢ U+0662 is Arabic-Indic Digit Two in the Arabic block.

What does the Unicode character ٢ represent?

The Unicode character ٢ represents Arabic-Indic Digit Two.

What is the Unicode code point for ٢?

The Unicode code point for ٢ is U+0662.

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 Two 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!