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

What is Unicode character 𰺬?

The Unicode character 𰺬 U+30EAC 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+30EAC.

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!