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

What is Unicode character 𰇢?

The Unicode character 𰇢 U+301E2 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+301E2.

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!