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

What is Unicode character 𰺔?

The Unicode character 𰺔 U+30E94 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+30E94.

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!