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

What is Unicode character 𰺅?

The Unicode character 𰺅 U+30E85 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+30E85.

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!