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

What is Unicode character 𬄰?

The Unicode character 𬄰 U+2C130 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+2C130.

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!