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

What is Unicode character 𰺨?

The Unicode character 𰺨 U+30EA8 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+30EA8.

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!