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

What is Unicode character 𰔄?

The Unicode character 𰔄 U+30504 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+30504.

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!