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>&#167073;</p>
📋
CSS .selector { content: '\28CA1' };
📋
JS var unicodeA = '\u28CA1 ';
📋
CPP char unicodeA = ' \u28CA1 ';
📋
Java char unicodeA = '\u28CA1';
📋
Python unicodeA = '\u28CA1'
📋

What is Unicode character 𨲡?

The Unicode character 𨲡 U+28CA1 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28CA1.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!