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>&#126227;</p>
๐Ÿ“‹
CSS .selector { content: '\1ED13' };
๐Ÿ“‹
JS var unicodeA = '\u1ED13 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1ED13 ';
๐Ÿ“‹
Java char unicodeA = '\u1ED13';
๐Ÿ“‹
Python unicodeA = '\u1ED13'
๐Ÿ“‹

What is Unicode character ๐žด“?

The Unicode character ๐žด“ U+1ED13 is Ottoman Siyaq Number One Hundred in the Ottoman Siyaq Numbers block.

What does the Unicode character ๐žด“ represent?

The Unicode character ๐žด“ represents Ottoman Siyaq Number One Hundred.

What is the Unicode code point for ๐žด“?

The Unicode code point for ๐žด“ is U+1ED13.

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 Ottoman Siyaq Number One Hundred 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 Common 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 12.0, and it belongs to the Ottoman Siyaq Numbers block of characters.

Unicode Properties

Applicable Properties With Values

Age 12.0
Bidi Class Arabic Letter
Bidi Paired Bracket Type Not a bracket
Block Ottoman Siyaq Numbers
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 Common
Sentence Break Unknown
Word Break Unknown
Copied!