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

What is Unicode character 𰃃?

The Unicode character 𰃃 U+300C3 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+300C3.

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!