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

What is Unicode character 𬔰?

The Unicode character 𬔰 U+2C530 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C530.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!