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

What is Unicode character 𰺯?

The Unicode character 𰺯 U+30EAF 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+30EAF.

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!