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

What is Unicode character 𨲼?

The Unicode character 𨲼 U+28CBC 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+28CBC.

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!