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

What is Unicode character 𰺧?

The Unicode character 𰺧 U+30EA7 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+30EA7.

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!