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

What is Unicode character 𰘺?

The Unicode character 𰘺 U+3063A 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+3063A.

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!