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

What is Unicode character 𪰵?

The Unicode character 𪰵 U+2AC35 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+2AC35.

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!