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

What is Unicode character 𪲶?

The Unicode character 𪲶 U+2ACB6 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+2ACB6.

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!