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

What is Unicode character 𪎲?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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