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

What is Unicode character 𐹯?

The Unicode character 𐹯 U+10E6F is Rumi Number Seventy in the Rumi block.

What does the Unicode character 𐹯 represent?

The Unicode character 𐹯 represents Rumi Number Seventy.

What is the Unicode code point for 𐹯?

The Unicode code point for 𐹯 is U+10E6F.

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 Rumi Number Seventy 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 5.2, and it belongs to the Rumi block of characters.

Unicode Properties

Applicable Properties With Values

Age 5.2
Bidi Class Arabic Number
Bidi Paired Bracket Type Not a bracket
Block Rumi
General Category Other Number
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Type Other Numeric Values
Script Arabic
Sentence Break Unknown
Word Break Unknown
Copied!