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

What is Unicode character 𨲣?

The Unicode character 𨲣 U+28CA3 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+28CA3.

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!