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

What is Unicode character 𪲦?

The Unicode character 𪲦 U+2ACA6 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+2ACA6.

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!