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

What is Unicode character 𰺭?

The Unicode character 𰺭 U+30EAD 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+30EAD.

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!