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.

Character Traits

Code Snippets

Lang Example Copy
HTML <p>&#126472;</p>
๐Ÿ“‹
CSS .selector { content: '\1EE08' };
๐Ÿ“‹
JS var unicodeA = '\u1EE08 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1EE08 ';
๐Ÿ“‹
Java char unicodeA = '\u1EE08';
๐Ÿ“‹
Python unicodeA = '\u1EE08'
๐Ÿ“‹

What is Unicode character ๐žธˆ?

The Unicode character ๐žธˆ U+1EE08 is Arabic Mathematical Tah in the Arabic Math block.

What does the Unicode character ๐žธˆ represent?

The Unicode character ๐žธˆ represents Arabic Mathematical Tah.

What is the Unicode code point for ๐žธˆ?

The Unicode code point for ๐žธˆ is U+1EE08.

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 Mathematical Tah 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 6.1, and it belongs to the Arabic Math block of characters.

Unicode Properties

Applicable Properties

Alphabetic โœ…
ID Continue โœ…
ID Start โœ…
Math โœ…
Other Math โœ…
XID Continue โœ…
XID Start โœ…

Applicable Properties With Values

Age 6.1
Bidi Class Arabic Letter
Bidi Paired Bracket Type Not a bracket
Block Arabic Math
Decomposition Type Font specific Glyph
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Arabic
Sentence Break Line Emoji
Word Break MidNumNum
Copied!