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

What is Unicode character 𪲵?

The Unicode character 𪲵 U+2ACB5 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+2ACB5.

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!