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>&#197026;</p>
📋
CSS .selector { content: '\301A2' };
📋
JS var unicodeA = '\u301A2 ';
📋
CPP char unicodeA = ' \u301A2 ';
📋
Java char unicodeA = '\u301A2';
📋
Python unicodeA = '\u301A2'
📋

What is Unicode character 𰆢?

The Unicode character 𰆢 U+301A2 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+301A2.

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!