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

What is Unicode character 𪲬?

The Unicode character 𪲬 U+2ACAC 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+2ACAC.

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!