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

What is Unicode character 𰺺?

The Unicode character 𰺺 U+30EBA 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+30EBA.

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!