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

What is Unicode character 𰰬?

The Unicode character 𰰬 U+30C2C 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+30C2C.

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!