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

What is Unicode character 𬎲?

The Unicode character 𬎲 U+2C3B2 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+2C3B2.

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!