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

What is Unicode character 𰺦?

The Unicode character 𰺦 U+30EA6 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+30EA6.

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!