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

What is Unicode character 𨲭?

The Unicode character 𨲭 U+28CAD 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+28CAD.

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!