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

What is Unicode character 𰺌?

The Unicode character 𰺌 U+30E8C 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+30E8C.

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!