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

What is Unicode character 𰰌?

The Unicode character 𰰌 U+30C0C 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+30C0C.

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!