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

What is Unicode character 𪨲?

The Unicode character 𪨲 U+2AA32 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+2AA32.

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!