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

What is Unicode character 𪢢?

The Unicode character 𪢢 U+2A8A2 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+2A8A2.

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!