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

What is Unicode character 𪢡?

The Unicode character 𪢡 U+2A8A1 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+2A8A1.

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!