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

What is Unicode character 𪢅?

The Unicode character 𪢅 U+2A885 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+2A885.

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!