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

What is Unicode character 𪬲?

The Unicode character 𪬲 U+2AB32 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+2AB32.

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!