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

What is Unicode character 𰺊?

The Unicode character 𰺊 U+30E8A 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+30E8A.

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!