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

What is Unicode character 𰎚?

The Unicode character 𰎚 U+3039A 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+3039A.

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!