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

What is Unicode character 𰝚?

The Unicode character 𰝚 U+3075A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰝚 represent?

The Unicode character 𰝚 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰝚?

The Unicode code point for 𰝚 is U+3075A.

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 Cjk Unified Ideograph- 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 Han 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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!