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

What is Unicode character 𰔰?

The Unicode character 𰔰 U+30530 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+30530.

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!