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

What is Unicode character 𰺼?

The Unicode character 𰺼 U+30EBC 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+30EBC.

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!