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

What is Unicode character 𰝝?

The Unicode character 𰝝 U+3075D 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+3075D.

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!