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

What is Unicode character 𪲝?

The Unicode character 𪲝 U+2AC9D 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+2AC9D.

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!