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

What is Unicode character 𪢕?

The Unicode character 𪢕 U+2A895 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+2A895.

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!