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

What is Unicode character 𬄲?

The Unicode character 𬄲 U+2C132 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+2C132.

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!