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

What is Unicode character 𪲲?

The Unicode character 𪲲 U+2ACB2 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+2ACB2.

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!