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

What is Unicode character 𪰲?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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