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

What is Unicode character 𰰄?

The Unicode character 𰰄 U+30C04 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+30C04.

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!