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

What is Unicode character 𨲲?

The Unicode character 𨲲 U+28CB2 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+28CB2.

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!