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

What is Unicode character ٨?

The Unicode character ٨ U+0668 is Arabic-Indic Digit Eight in the Arabic block.

What does the Unicode character ٨ represent?

The Unicode character ٨ represents Arabic-Indic Digit Eight.

What is the Unicode code point for ٨?

The Unicode code point for ٨ is U+0668.

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