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

What is Unicode character 𰃄?

The Unicode character 𰃄 U+300C4 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+300C4.

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!