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

What is Unicode character 𪢔?

The Unicode character 𪢔 U+2A894 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+2A894.

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!