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

What is Unicode character 𰺡?

The Unicode character 𰺡 U+30EA1 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+30EA1.

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!