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

What is Unicode character 𪲰?

The Unicode character 𪲰 U+2ACB0 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+2ACB0.

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!