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>&#196812;</p>
📋
CSS .selector { content: '\300CC' };
📋
JS var unicodeA = '\u300CC ';
📋
CPP char unicodeA = ' \u300CC ';
📋
Java char unicodeA = '\u300CC';
📋
Python unicodeA = '\u300CC'
📋

What is Unicode character 𰃌?

The Unicode character 𰃌 U+300CC 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+300CC.

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!