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

What is Unicode character 𨲰?

The Unicode character 𨲰 U+28CB0 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+28CB0.

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!