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

What is Unicode character 𰲎?

The Unicode character 𰲎 U+30C8E 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+30C8E.

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!