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

What is Unicode character 𰃀?

The Unicode character 𰃀 U+300C0 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+300C0.

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!