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>&#200354;</p>
📋
CSS .selector { content: '\30EA2' };
📋
JS var unicodeA = '\u30EA2 ';
📋
CPP char unicodeA = ' \u30EA2 ';
📋
Java char unicodeA = '\u30EA2';
📋
Python unicodeA = '\u30EA2'
📋

What is Unicode character 𰺢?

The Unicode character 𰺢 U+30EA2 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+30EA2.

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!