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

What is Unicode character 𰺍?

The Unicode character 𰺍 U+30E8D 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+30E8D.

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!